fix the nginx conf file

This commit is contained in:
Bryan
2019-11-25 13:28:38 -05:00
parent 36beca341f
commit e3b7fcc646

View File

@@ -3,7 +3,7 @@ server {
listen [::]:80;
root /var/www/;
landingPage landingPage.html
landingPage.html
server_name _;
access_log /var/log/nginx/access.log;