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:
parent
e5174510dd
commit
3a96b84590
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
location / {
|
||||
location ^~ __PATH__/ {
|
||||
proxy_pass http://127.0.0.1:__PORT__;
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host $host;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"fr": "Choisissez un chemin pour OnlyOffice uniquement / est accepté"
|
||||
},
|
||||
"example": "/onlyoffice",
|
||||
"default": "onlyoffice"
|
||||
"default": "/onlyoffice"
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue