diff --git a/etc/nginx/conf.d/cs4430.conf b/etc/nginx/conf.d/cs4430.conf index 4ea0071..ce02685 100644 --- a/etc/nginx/conf.d/cs4430.conf +++ b/etc/nginx/conf.d/cs4430.conf @@ -3,14 +3,14 @@ server { listen [::]:80; root /var/www/; - index landingPage.html + index index.html server_name _; access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; location / { - try_files $uri $uri/ /landingPage.html =404; + try_files $uri $uri/ /index.html =404; } location ~ \.php$ { diff --git a/var/www/phptest.php b/var/www/debug.php similarity index 92% rename from var/www/phptest.php rename to var/www/debug.php index 7a3066f..724c0e0 100644 --- a/var/www/phptest.php +++ b/var/www/debug.php @@ -49,6 +49,13 @@ echo ""; ?> +