1
0
Fork 0
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:
orhtej2 2024-02-07 00:41:33 +01:00
parent d28bc3900a
commit 455d532fa8

View file

@ -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__/ {