-
Notifications
You must be signed in to change notification settings - Fork 0
/
Caddyfile
39 lines (31 loc) · 1.1 KB
/
Caddyfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
admin unix//home/felixgao/caddy-admin.sock
}
http://felixgao.hackclub.app, http://felixgao.dev, http://felixgao.is-a.dev {
bind unix//home/felixgao/.webserver.sock|777
bind unix//home/felixgao/.felixgao.dev.webserver.sock|777
bind unix//home/felixgao/.felixgao.is-a.dev.webserver.sock|777
root * /home/felixgao/main
file_server {
hide .git .env README.md
}
}
http://monitor.felixgao.hackclub.app, http://monitor.felixgao.dev {
bind unix//home/felixgao/.monitor.webserver.sock|777
bind unix//home/felixgao/.monitor.felixgao.dev.webserver.sock|777
reverse_proxy :33925
}
http://url.felixgao.dev, http://url.dino.icu, http://blahaj.click {
bind unix//home/felixgao/.url.felixgao.dev.webserver.sock|777
bind unix//home/felixgao/.url.dino.icu.webserver.sock|777
bind unix//home/felixgao/.blahaj.click.webserver.sock|777
reverse_proxy :34191
}
http://qr.felixgao.dev, http://qr.dino.icu {
bind unix//home/felixgao/.qr.felixgao.dev.webserver.sock|777
bind unix//home/felixgao/.qr.dino.icu.webserver.sock|777
root * /home/felixgao/qr_code
file_server {
hide .git .env README.md
}
}