mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Update nginx.conf
This commit is contained in:
parent
e8fdfef977
commit
408dec030f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# static files
|
||||
location ^~ /loleaflet {
|
||||
proxy_pass https://localhost:__PORT__;
|
||||
proxy_pass http://localhost:__PORT__;
|
||||
proxy_set_header Host $http_host;
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ location ^~ /hosting/discovery {
|
|||
|
||||
# websockets, download, presentation and image upload
|
||||
location ^~ /lool {
|
||||
proxy_pass https://localhost:__PORT__;
|
||||
proxy_pass http://localhost:__PORT__;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Host $http_host;
|
||||
|
|
Loading…
Add table
Reference in a new issue