aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/nginx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index c4a9ad5..9ae2ca0 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -2,9 +2,9 @@ server {
server_name yourur;
keepalive_timeout 5;
- location /static/ {
+ location /static/ {
alias /path/to/app/budget/static/;
- }
+ }
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;