Files
infra/ansible/roles/base/files/sanity.conf

8 lines
113 B
Plaintext
Raw Normal View History

server {
server_name sanity.nigel.local;
location / {
2025-05-12 02:01:31 -07:00
proxy_pass http://localhost:8080;
}
}