ansible-infra/playbooks/files/configs/light/nginx/foobazdmx.conf
yuri e74a50e873
Automate light server
Co-authored-by: J <j@jsts.xyz>
2022-11-17 23:30:52 +01:00

9 lines
100 B
Plaintext

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