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 98ecac463e - Show all commits
+1 -1
View File
@@ -1,3 +1,3 @@
echo "Pushing nginx to prod"
rsync --archive --verbose --rsync-path="sudo rsync" nginx/nginx/ prod:/etc/nginx
rsync --archive --verbose --delete --rsync-path="sudo rsync" nginx/nginx/ prod:/etc/nginx
echo "All done!"