From a5088363bfa5b7c661d7277727c099d6394490be Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 18 Jul 2021 16:45:39 -0400 Subject: [PATCH] changes or whatever --- Nginx/Server Blocks/libraryofcode.org.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Nginx/Server Blocks/libraryofcode.org.conf b/Nginx/Server Blocks/libraryofcode.org.conf index da408fe..184217d 100644 --- a/Nginx/Server Blocks/libraryofcode.org.conf +++ b/Nginx/Server Blocks/libraryofcode.org.conf @@ -32,4 +32,8 @@ server { log_not_found off; access_log off; } + + location = /ads.txt { + try_files /var/www/int/1/ads.txt =500; + } }