pydio_ynh/conf/nginx.conf
Éric Gaspar 8fd2c83037 fix
2023-07-14 19:05:23 +02:00

14 lines
308 B
Nginx Configuration File

location / {
proxy_pass https://localhost:__PORT__;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}
location /ws/ {
proxy_pass https://localhost:__PORT__;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}