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 5724c99 commit 8bf2e12Copy full SHA for 8bf2e12
README.md
@@ -23,8 +23,8 @@ Here's available env vars and their default values:
23
24
```
25
NGINX_WEB_ROOT= /var/www/html
26
-NGINX_PHP_FALLBACK= /app.php
27
-NGINX_PHP_LOCATION= ^/app\.php(/|$)
+NGINX_PHP_FALLBACK= /index.php
+NGINX_PHP_LOCATION= ^/index\.php(/|$$)
28
NGINX_USER= www-data
29
NGINX_CONF= /etc/nginx/nginx.conf
30
0 commit comments