Merge 659827ae98
into b0b559fa47
This commit is contained in:
commit
ca47b26f40
@ -1,7 +1,7 @@
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 8088;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
#add this comment to file
|
||||||
#charset koi8-r;
|
#charset koi8-r;
|
||||||
#access_log /var/log/nginx/log/host.access.log main;
|
#access_log /var/log/nginx/log/host.access.log main;
|
||||||
|
|
||||||
@ -41,4 +41,4 @@ server {
|
|||||||
#location ~ /\.ht {
|
#location ~ /\.ht {
|
||||||
# deny all;
|
# deny all;
|
||||||
#}
|
#}
|
||||||
}
|
}
|
||||||
|
14
index.html
14
index.html
@ -1,3 +1,11 @@
|
|||||||
<h1>Hello World!</h1>
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
<p>This is a simple static website being served from Nginx running inside a Docker container!</p>
|
<body>
|
||||||
|
<h1>Hello World! Hello World!</h1>
|
||||||
|
<p style="color:blue";>This is a simple static website being served from Nginx running inside a Docker container!</p>
|
||||||
|
<script>
|
||||||
|
var date = document.lastModified;
|
||||||
|
document.write("Last Modified: "+date);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user