From 281aed7f6a6ffa82ce522ac44d61d290696b57a7 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Mon, 28 Sep 2020 00:41:11 +0200 Subject: [PATCH] remove a blank line --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 7b3376b..e07a530 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,7 +19,6 @@ if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } - # Example PHP configuration (remove if not used) index index.php index.html; try_files $uri $uri/ /_route.php;