diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index 14291fb..8e93695 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -10,7 +10,7 @@ server { error_log /var/log/nginx/error.log; location / { - try_files $uri $uri/ /index.html =404; + try_files $uri $uri/ /index.php /index.html =404; } location ~ \.php$ { diff --git a/var/www/index.html b/var/www/index.html deleted file mode 100644 index 821dcf2..0000000 --- a/var/www/index.html +++ /dev/null @@ -1,9 +0,0 @@ - - -
-Today’s date (according to this web server) is + +
+ + \ No newline at end of file