Stuck on a bug with auth, but got to push anyway.

This commit is contained in:
Your Name
2025-08-20 06:20:32 -04:00
parent b2b1240136
commit 8c3d2b1aac
18 changed files with 10443 additions and 151 deletions

4
Trash/nginx/restart-nginx.sh Executable file
View File

@@ -0,0 +1,4 @@
nginx -p . -c config/local-nginx.conf -s stop;
nginx -p . -c config/local-nginx.conf;