1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calckey_ynh.git synced 2024-09-03 18:16:18 +02:00

Update nginx.conf

This commit is contained in:
oufmilo 2023-01-05 18:20:32 +01:00 committed by GitHub
parent 092bc1c4b9
commit dcd0ff946b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,9 @@
# For WebSocket
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {