diff options
Diffstat (limited to 'nginx-conf/nginx.conf')
-rw-r--r-- | nginx-conf/nginx.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nginx-conf/nginx.conf b/nginx-conf/nginx.conf index ff22800..c899096 100644 --- a/nginx-conf/nginx.conf +++ b/nginx-conf/nginx.conf @@ -18,10 +18,5 @@ http { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; } - - location /static/ { - alias /usr/share/nginx/html/static; - } - } } |