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)/ {