Even more file shuffling

This commit is contained in:
2025-05-12 00:21:08 -07:00
parent 79bd7424c3
commit 9785e8a40a
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
server {
listen 80;
server_name git.shockrah.xyz;
location / {
proxy_pass http://localhost:3000;
}
}