Reverted nginx configuration example

This commit is contained in:
Lauri Võsandi 2015-11-20 21:18:16 +01:00
parent 8397d02f26
commit 5876f61e15
1 changed files with 2 additions and 3 deletions

View File

@ -211,9 +211,8 @@ configure the site in /etc/nginx/sites-available.d/certidude:
}
location / {
proxy_pass http://ca.koodur.com/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
include uwsgi_params;
uwsgi_pass certidude_api;
}
}