mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 11:47:01 +05:30
Decommission .website routing
Will let Cloudflare Page Rules handle this Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
2488a80242
commit
d52720b9a3
1 changed files with 2 additions and 12 deletions
14
Caddyfile
14
Caddyfile
|
@ -34,9 +34,9 @@
|
|||
transparent
|
||||
}
|
||||
|
||||
https://www.msfjarvis.dev, https://msfjarvis.website, https://www.msfjarvis.website {
|
||||
https://www.msfjarvis.dev {
|
||||
import base_config
|
||||
redir https://msfjarvis.dev{uri}
|
||||
redir https://msfjarvis.dev{uri} 301
|
||||
}
|
||||
|
||||
https://msfjarvis.dev {
|
||||
|
@ -115,13 +115,3 @@ https://stats.msfjarvis.dev/ws {
|
|||
websocket
|
||||
}
|
||||
}
|
||||
|
||||
https://download.msfjarvis.website, https://dl.msfjarvis.website {
|
||||
import base_config
|
||||
redir https://dl.msfjarvis.dev{uri}
|
||||
}
|
||||
|
||||
https://staging.msfjarvis.website {
|
||||
import base_config
|
||||
redir https://staging.msfjarvis.dev{uri}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue