diff --git a/default.conf b/default.conf index 9e1eab0..fea775a 100644 --- a/default.conf +++ b/default.conf @@ -1,7 +1,7 @@ server { - listen 80; + listen 8088; server_name localhost; - + #add this comment to file #charset koi8-r; #access_log /var/log/nginx/log/host.access.log main; @@ -41,4 +41,4 @@ server { #location ~ /\.ht { # deny all; #} -} \ No newline at end of file +} diff --git a/index.html b/index.html index 756b717..90938d2 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,11 @@ -

Hello World!

- -

This is a simple static website being served from Nginx running inside a Docker container!

\ No newline at end of file + + + +

Hello World! Hello World!

+

This is a simple static website being served from Nginx running inside a Docker container!

+ + +