mirror of
https://github.com/YunoHost-Apps/penpot_ynh.git
synced 2024-09-03 19:56:56 +02:00
Fixed nginx
This commit is contained in:
parent
d28bc3900a
commit
455d532fa8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ location __PATH__/api {
|
||||||
location __PATH__/ws/notifications {
|
location __PATH__/ws/notifications {
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection 'upgrade';
|
proxy_set_header Connection 'upgrade';
|
||||||
proxy_pass http://127.0.0.1:__BACKEND_PORT__/ws/notifications;
|
proxy_pass http://127.0.0.1:__PORT__/ws/notifications;
|
||||||
}
|
}
|
||||||
|
|
||||||
location __PATH__/ {
|
location __PATH__/ {
|
||||||
|
|
Loading…
Add table
Reference in a new issue