diff --git a/conf/nginx.conf b/conf/nginx.conf index 7a1122a..083a38a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; -} \ No newline at end of file +}