mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-10 03:39:38 +00:00
12 lines
163 B
Text
12 lines
163 B
Text
|
{
|
||
|
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
|
||
|
}
|
||
|
}
|
||
|
|