mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
Reverted nginx configuration example
This commit is contained in:
parent
8397d02f26
commit
5876f61e15
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user