1
0
Fork 0
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:
liberodark 2018-11-08 15:02:47 +01:00 committed by GitHub
parent 957dbaad81
commit e8fdfef977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ location ^~ /loleaflet {
# WOPI discovery URL # WOPI discovery URL
location ^~ /hosting/discovery { location ^~ /hosting/discovery {
proxy_pass https://localhost:__PORT__; proxy_pass http://localhost:__PORT__;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
} }