mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
[fix] nginx config
This commit is contained in:
parent
9cfb0db5e1
commit
6bd1295d1d
1 changed files with 2 additions and 7 deletions
|
@ -1,9 +1,4 @@
|
|||
server {
|
||||
listen 443 ssl;
|
||||
server_name YNH_WWW_PATH;
|
||||
|
||||
ssl_certificate /path/to/ssl_certificate;
|
||||
ssl_certificate_key /path/to/ssl_certificate_key;
|
||||
location __PATH__ {
|
||||
|
||||
# static files
|
||||
location ^~ /loleaflet {
|
||||
|
@ -42,4 +37,4 @@ server {
|
|||
}
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue