mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[fix] nginx conf: typo.
- bad copy/pasta from: - https://github.com/duniter/duniter/issues/598#issuecomment-249557322 - https://github.com/duniter/duniter/issues/401#issuecomment-238034339
This commit is contained in:
parent
49552c1357
commit
2ddb2cc18e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ location / {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-NgninX-Porxy true;
|
||||
proxy_set_header X-NginX-Proxy true;
|
||||
|
||||
proxy_pass http://localhost:YNH_EXAMPLE_PORT;
|
||||
proxy_redirect off;
|
||||
|
|
Loading…
Add table
Reference in a new issue