From 5f4547b0fb01ac990b5d320b1a9407e82f481190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 25 Aug 2017 00:56:44 +0200 Subject: [PATCH] Fix error while try_files instruction is set in nginx conf --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 3433f70..e175cef 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,6 @@ location __PATH__ { rewrite ^ https://$server_name$request_uri? permanent; } index index.html; - try_files $uri $uri/ index.html; client_max_body_size 100M; # Include SSOWAT user panel.