docker_practice/.travis/conf.d/default.conf
2017-11-28 11:59:21 +08:00

7 lines
89 B
Plaintext

server {
server_name localhost;
listen 4000;
root /srv/www/;
index index.html;
}