refactor: restructure nginx config into per-app files #1

Merged
naomi merged 13 commits from feat/restructure into main 2026-03-07 02:05:29 -08:00
Showing only changes of commit 611967fa30 - Show all commits
Executable
+3
View File
@@ -0,0 +1,3 @@
echo "Pushing nginx to prod"
rsync --archive --verbose --rsync-path="sudo rsync" nginx/nginx/ prod:/etc/nginx
echo "All done!"