1
0
Fork 0
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:
rafi59 2017-09-03 16:30:11 +02:00
parent 9cfb0db5e1
commit 6bd1295d1d

View file

@ -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;
}
}