Relative Content

Tag Archive for phpdockernginx

nginx not showing index.php as default

I created a docker image to server PHP code based on nginx. Everything seems to work quite well except that my request URL always needs to contain index.php (like: http://myserver.com/inde.php). If I skip “index.php” nginx will deliver just the welcome page and not automatically use index.php.