1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Correct nginx error

This commit is contained in:
Limezy 2021-09-23 17:35:16 +02:00
parent 8a82322d8b
commit 6c2df14a24

View file

@ -5,7 +5,7 @@ location / {
rewrite ^ https://$server_name$request_uri? permanent;
}
proxy_pass https://127.0.0.1:__PORT__;
proxy_pass http://127.0.0.1:__PORT__;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;