aboutsummaryrefslogtreecommitdiff
path: root/conf/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nginx.conf')
-rw-r--r--conf/nginx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 5ce3d7a..d8f0904 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -6,8 +6,8 @@ location / {
try_files $uri @proxy;
- #--PRIVATE--# Include SSOWAT user panel.
- #--PRIVATE--include conf.d/yunohost_panel.conf.inc;
+ # Include SSOWAT user panel.
+ include conf.d/yunohost_panel.conf.inc;
}
location @proxy {