infra/ansible/roles/local-server-head/files/ncr.conf
shockrah 3f2e6d86f6
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 6s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 19s
Proxying a new container registry service
2025-05-23 00:31:00 -07:00

6 lines
108 B
Plaintext

server {
server_name ncr.nigel.local;
location / {
proxy_pass http://localhost:5000;
}
}