-
Notifications
You must be signed in to change notification settings - Fork 0
/
Caddyfile
37 lines (28 loc) · 913 Bytes
/
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
https://society.ecs.soton.ac.uk {
reverse_proxy web_main:3000
handle_path /service/portainer/* {
reverse_proxy portainer:9000
}
handle /hackathon/* {
reverse_proxy web_teamreg:3000
}
handle /hackathon {
reverse_proxy web_teamreg:3000
}
redir /verify https://sotonverify.link/
redir /verify-invite https://discord.com/api/oauth2/authorize?client_id=1004433125968969890&permissions=268435456&scope=bot
redir /meeting-minutes https://drive.google.com/drive/folders/1wImL0SD89__iD2wBrVUuEH2mEyyWEJiN
redir /constitution https://drive.google.com/file/d/1taUl5iwuULoVTx170ZhNcEKpEjQyjMcl/view?usp=sharing
}
http://society.ecs.soton.ac.uk {
redir https://society.ecs.soton.ac.uk{uri}
}
www.society.ecs.soton.ac.uk {
redir https://society.ecs.soton.ac.uk{uri}
}
# sotonverify.link {
# reverse_proxy web_sotonverify:3000
# }
# www.sotonverify.link {
# redir https://sotonverify.link{uri}
# }