commit | cd9362b45d48d8f3c79bd641567a9c90da68d8e0 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Apr 22 21:51:30 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed Apr 22 21:51:30 2015 -0700 |
tree | fcd6dbe6521837d9eb96e0681c59ba81e4fa752a | |
parent | 27b768d2b038f0501057a3407c619388a4102962 [diff] |
add /files/ --> /var/www/html/files/ to nginx config
diff --git a/xos/nginx/xos.conf b/xos/nginx/xos.conf index 7910d84..9b5d996 100644 --- a/xos/nginx/xos.conf +++ b/xos/nginx/xos.conf
@@ -15,6 +15,10 @@ access_log off; } + location /files/ { + alias /var/www/html/files/; + } + location / { include /etc/nginx/uwsgi_params; uwsgi_pass backend;