docker_practice/.travis/conf.d/default.conf

7 lines
89 B
Plaintext
Raw Normal View History

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