reorganized

i believe everything works
This commit is contained in:
2023-04-10 14:13:01 -05:00
parent 29c6567506
commit 65d36fe9d4
281 changed files with 340 additions and 88086 deletions

4
scripts/nginx-reload.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
if docker exec web nginx -t; then
docker exec web service nginx reload
fi