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; } }