mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-09 19:29:39 +00:00
5271a138c3
commit may contain secret info, or not follow .gitignore
11 lines
163 B
Caddyfile
11 lines
163 B
Caddyfile
{
|
|
admin unix//home/neon/caddy-admin.sock
|
|
}
|
|
http://neon.hackclub.app {
|
|
bind unix/.webserver.sock|777
|
|
root * /home/neon/pub
|
|
file_server {
|
|
hide .git .env
|
|
}
|
|
}
|
|
|