ansible-infra/playbooks/files/configs/light/nginx/foobazdmx.conf

9 lines
100 B
Plaintext
Raw Normal View History

server {
listen 80;
server_name light.z9;
location / {
proxy_pass http://localhost:8080;
}
}