diff --git a/server.conf b/server.conf index b31f8d0..6623363 100644 --- a/server.conf +++ b/server.conf @@ -64,7 +64,7 @@ server { location ~ \.php$ { add_header Access-Control-Allow-Origin *; - include snippets/fastcgi-php.conf; + include snippets/fastcgi-php-router.conf; fastcgi_pass unix:/run/php/php7.3-fpm.sock; }