diff options
Diffstat (limited to 'conf/nginx.conf.template')
-rw-r--r-- | conf/nginx.conf.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/nginx.conf.template b/conf/nginx.conf.template index 785bc57..923e14e 100644 --- a/conf/nginx.conf.template +++ b/conf/nginx.conf.template @@ -14,7 +14,7 @@ server { gzip_types text/plain text/css text/js text/xml text/javascript application/javascript application/x-javascript application/json application/xml application/rss+xml image/svg+xml; location /static/ { # STATIC_URL - alias /srv/ishtar-pergamon/static/; # STATIC_ROOT + alias /srv/ishtar-pergamon/collected_static/; # STATIC_ROOT expires 30d; } @@ -25,7 +25,7 @@ server { location / { include uwsgi_params; - uwsgi_pass unix:/var/lib/uwsgi/run/ishtar_pergamon.sock; + uwsgi_pass unix:/var/lib/uwsgi/run/pergamon.sock; uwsgi_read_timeout 1800; uwsgi_send_timeout 600; } |