Skip to content

Commit 8bf2e12

Browse files
authored
Update README.md
1 parent 5724c99 commit 8bf2e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Here's available env vars and their default values:
2323

2424
```
2525
NGINX_WEB_ROOT= /var/www/html
26-
NGINX_PHP_FALLBACK= /app.php
27-
NGINX_PHP_LOCATION= ^/app\.php(/|$)
26+
NGINX_PHP_FALLBACK= /index.php
27+
NGINX_PHP_LOCATION= ^/index\.php(/|$$)
2828
NGINX_USER= www-data
2929
NGINX_CONF= /etc/nginx/nginx.conf
3030

0 commit comments

Comments
 (0)