Merge 659827ae98
into b0b559fa47
This commit is contained in:
commit
ca47b26f40
@ -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;
|
||||
|
||||
|
14
index.html
14
index.html
@ -1,3 +1,11 @@
|
||||
<h1>Hello World!</h1>
|
||||
|
||||
<p>This is a simple static website being served from Nginx running inside a Docker container!</p>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<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