aboutsummaryrefslogtreecommitdiff
path: root/conf/nginx.conf
diff options
context:
space:
mode:
authorQuentin Roy <royque@gmail.com>2015-08-20 12:08:52 +0200
committerQuentin Roy <royque@gmail.com>2015-08-20 12:08:52 +0200
commitd31de6c4a3f0fd292f4b3ca907ed9081f58ea1a7 (patch)
treee5dbad5c6d3e5a0a17874bda8966bc4fd42e9194 /conf/nginx.conf
parent0e21449191ee54d72392c11e257e8bb1f7a8f625 (diff)
parentd9313ba40e42f0910323fa522b104257a81a1d74 (diff)
downloadihatemoney-mirror-d31de6c4a3f0fd292f4b3ca907ed9081f58ea1a7.zip
ihatemoney-mirror-d31de6c4a3f0fd292f4b3ca907ed9081f58ea1a7.tar.gz
ihatemoney-mirror-d31de6c4a3f0fd292f4b3ca907ed9081f58ea1a7.tar.bz2
Merge pull request #130 from JocelynDelalande/trailing-whitespaces
Remove trailing whitespaces
Diffstat (limited to 'conf/nginx.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;