From 784902cab2d0a8ab85644fa1a07630024ca35156 Mon Sep 17 00:00:00 2001 From: Slava Kyrachevsky Date: Wed, 18 Jan 2017 15:36:55 +0200 Subject: [PATCH] =?UTF-8?q?=D1=87=D1=83=D1=82=D0=BA=D0=B0=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=D1=87=D0=B5=D1=81=D0=B0=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- support/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; - } - }