diff --git a/support/nginx.conf b/support/nginx.conf index 169ad271..6bed0bd5 100644 --- a/support/nginx.conf +++ b/support/nginx.conf @@ -42,6 +42,10 @@ server { root /home/www/proj; } + location /965E1EE7949FD639CA0124C8D8C57774.txt { + root /home/www/proj; + } + location /static { access_log off; expires max; @@ -60,8 +64,4 @@ server { root /home/www/proj/static; } - location /subdmn { - root /home/old_files; - } - }