We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71103ea commit 5724c99Copy full SHA for 5724c99
base/entrypoint.sh
@@ -1,8 +1,8 @@
1
#!/usr/bin/env bash
2
3
export NGINX_WEB_ROOT=${NGINX_WEB_ROOT:-'/var/www/html'}
4
-export NGINX_PHP_FALLBACK=${NGINX_PHP_FALLBACK:-'/app.php'}
5
-export NGINX_PHP_LOCATION=${NGINX_PHP_LOCATION:-'^/app\.php(/|$)'}
+export NGINX_PHP_FALLBACK=${NGINX_PHP_FALLBACK:-'/index.php'}
+export NGINX_PHP_LOCATION=${NGINX_PHP_LOCATION:-'^/index\.php(/|$$)'}
6
export NGINX_USER=${NGINX_USER:-'www-data'}
7
export NGINX_CONF=${NGINX_CONF:-'/etc/nginx/nginx.conf'}
8
0 commit comments