mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
portalapi: woopsies
This commit is contained in:
parent
5104c2a79f
commit
0cb673c125
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ location /yunohost/portalapi/ {
|
|||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Host $http;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
# Custom 502 error page
|
||||
error_page 502 /yunohost/portalapi/error/502;
|
||||
|
|
Loading…
Add table
Reference in a new issue