From 8b74b54ce26d4351be5ad729e90271a677621dcd Mon Sep 17 00:00:00 2001 From: Sebastian Nickel Date: Fri, 19 Jan 2024 08:56:02 +0100 Subject: [PATCH] delete special nginx conf The root location block will be added by "buildpack-php-nginx" by default, so we can get rid of this special file now. --- php/symfony/.nginx.conf.d/location-server.conf | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 php/symfony/.nginx.conf.d/location-server.conf diff --git a/php/symfony/.nginx.conf.d/location-server.conf b/php/symfony/.nginx.conf.d/location-server.conf deleted file mode 100644 index 29ab571..0000000 --- a/php/symfony/.nginx.conf.d/location-server.conf +++ /dev/null @@ -1,3 +0,0 @@ -location / { - try_files $uri $uri/ /index.php?$args; -} \ No newline at end of file