Skip to content

Commit 5724c99

Browse files
authored
Update entrypoint.sh
1 parent 71103ea commit 5724c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

33
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(/|$)'}
4+
export NGINX_PHP_FALLBACK=${NGINX_PHP_FALLBACK:-'/index.php'}
5+
export NGINX_PHP_LOCATION=${NGINX_PHP_LOCATION:-'^/index\.php(/|$$)'}
66
export NGINX_USER=${NGINX_USER:-'www-data'}
77
export NGINX_CONF=${NGINX_CONF:-'/etc/nginx/nginx.conf'}
88

0 commit comments

Comments
 (0)