1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

fix manifest and nginx

This commit is contained in:
liberodark 2018-11-19 15:56:28 +01:00
parent e5174510dd
commit 3a96b84590
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
location / { location ^~ __PATH__/ {
proxy_pass http://127.0.0.1:__PORT__; proxy_pass http://127.0.0.1:__PORT__;
proxy_redirect off; proxy_redirect off;
proxy_set_header Host $host; proxy_set_header Host $host;

View file

@ -40,7 +40,7 @@
"fr": "Choisissez un chemin pour OnlyOffice uniquement / est accepté" "fr": "Choisissez un chemin pour OnlyOffice uniquement / est accepté"
}, },
"example": "/onlyoffice", "example": "/onlyoffice",
"default": "onlyoffice" "default": "/onlyoffice"
}, },
{ {