🗃️ Committing everything that changed 🗃️

applications/
configs/
lists/
wwwroot/
This commit is contained in:
casjay
2023-08-22 17:53:03 -04:00
parent 13eaf166f5
commit 5eb3ff1598
265 changed files with 48486 additions and 0 deletions

7
configs/caddy/Caddyfile Normal file
View File

@@ -0,0 +1,7 @@
:REPLACE_SERVER_PORT {
root * /data/htdocs/www
file_server
#reverse_proxy localhost:8080
php_fastcgi localhost:9000
}

View File

@@ -0,0 +1,3 @@
:REPLACE_SERVER_PORT {
reverse_proxy localhost:8080
}