Moving proxy things to its own playbook + role

This commit is contained in:
2025-05-23 01:42:40 -07:00
parent 24fcbc957a
commit 053db8793b
8 changed files with 39 additions and 40 deletions

View File

@@ -0,0 +1,6 @@
server {
server_name ncr.nigel.local;
location / {
proxy_pass http://localhost:5000;
}
}