From f0d764c65d69d356f5e21580bb0a0d62fe9a8fef Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 18 Jul 2021 16:48:25 -0400 Subject: [PATCH] changes or whatever --- Nginx/Server Blocks/libraryofcode.org.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Server Blocks/libraryofcode.org.conf b/Nginx/Server Blocks/libraryofcode.org.conf index 184217d..c0504f0 100644 --- a/Nginx/Server Blocks/libraryofcode.org.conf +++ b/Nginx/Server Blocks/libraryofcode.org.conf @@ -34,6 +34,6 @@ server { } location = /ads.txt { - try_files /var/www/int/1/ads.txt =500; + root /var/www/int/1; } }