Change offline read way Who use Windows

This commit is contained in:
khs1994
2017-11-28 11:59:21 +08:00
parent 85d8a2d021
commit c55e82300c
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
server {
server_name localhost;
listen 4000;
root /srv/www/;
index index.html;
}