From 1a2b87b072ce6b873cabdaa95d3550d035867d68 Mon Sep 17 00:00:00 2001 From: Anmol Date: Tue, 18 Jul 2017 17:04:24 +0530 Subject: [PATCH] } missing in nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 433ee26..e80307d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location __PATH__ { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } - + # Example PHP configuration index index.php index.html; try_files $uri $uri/ index.php; @@ -18,7 +18,7 @@ location __PATH__ { fastcgi_param REMOTE_USER $remote_user; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME $request_filename; - +} # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }