mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Update nginx.conf
Test fixe https://github.com/liberodark/onlyoffice_ynh/blob/master/conf/nginx.conf#L9 Try fix HTTPS
This commit is contained in:
parent
957dbaad81
commit
e8fdfef977
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ location ^~ /loleaflet {
|
|||
|
||||
# WOPI discovery URL
|
||||
location ^~ /hosting/discovery {
|
||||
proxy_pass https://localhost:__PORT__;
|
||||
proxy_pass http://localhost:__PORT__;
|
||||
proxy_set_header Host $http_host;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue