2023-04-01

This commit is contained in:
2023-04-01 12:28:58 -05:00
parent 090481ab0d
commit 29c6567506
251 changed files with 88623 additions and 122 deletions

4
root/nginx-reload.sh Normal file → Executable file
View File

@@ -1 +1,3 @@
docker exec -it nginx service nginx reload
#!/bin/bash
docker exec nginx nginx -t
docker exec nginx service nginx reload