ADD Nginx Mainstream Test (Step 17)

This commit is contained in:
Mitchell Krog 2017-10-03 16:24:22 +02:00
parent be90e56191
commit 9494e2bd81
No known key found for this signature in database
GPG key ID: 2BB9A077C8DD6994

View file

@ -1,5 +1,5 @@
server {
listen *:9000;
listen *:80;
root /var/www/html;
server_name localhost;