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