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;