mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 12:13:38 +00:00
7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
|
server {
|
||
|
server_name localhost;
|
||
|
listen 4000;
|
||
|
root /srv/www/;
|
||
|
index index.html;
|
||
|
}
|