diff --git a/etc/nginx/conf.d/cs4430.conf b/etc/nginx/conf.d/cs4430.conf index 4c0311c..1bea391 100644 --- a/etc/nginx/conf.d/cs4430.conf +++ b/etc/nginx/conf.d/cs4430.conf @@ -3,18 +3,18 @@ server { listen [::]:80; root /var/www/; - index index.html + landingPage landingPage.html server_name _; access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; location / { - try_files $uri $uri/ /index.html =404; + try_files $uri $uri/ /landingPage.html =404; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php7.2-fpm.sock; } -} \ No newline at end of file +} diff --git a/var/www/messageSender.php b/var/www/messageSender.php new file mode 100644 index 0000000..d177c09 --- /dev/null +++ b/var/www/messageSender.php @@ -0,0 +1,13 @@ + + +
+ + + + + + diff --git a/var/www/nameSearch.php b/var/www/nameSearch.php index 2a73f98..decdfef 100644 --- a/var/www/nameSearch.php +++ b/var/www/nameSearch.php @@ -1,8 +1,30 @@ -First Name is