Renaming role to be more generic going forward

This commit is contained in:
2025-05-25 22:35:10 -07:00
parent 4a0a12242a
commit eb7871584b
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
server {
server_name sanity.nigel.local;
location / {
proxy_pass http://localhost:8080;
}
}