diff --git a/context/drupal/etc/nginx/templates/default.conf.template b/context/drupal/etc/nginx/templates/default.conf.template index 4e95286..b87c029 100644 --- a/context/drupal/etc/nginx/templates/default.conf.template +++ b/context/drupal/etc/nginx/templates/default.conf.template @@ -17,7 +17,7 @@ server { } location @rewrite { - rewrite ^/(.*)$ /index.php?q=$1; + rewrite ^ /index.php; } location ~ \.php(/|$) {