From 4f74256555651b7f010a22a616038e8953618172 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Thu, 14 Nov 2019 22:50:26 +0800 Subject: [PATCH] Fix missing semicolon --- nextcloud/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/nginx.conf b/nextcloud/nginx.conf index a2fc724..1a44a65 100644 --- a/nextcloud/nginx.conf +++ b/nextcloud/nginx.conf @@ -84,7 +84,7 @@ http { #pagespeed off; location / { - rewrite ^ /index.php + rewrite ^ /index.php; } location ~ ^/(?:build|tests|config|lib|3rdparty|templates|data)/ {