mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 08:17:01 +05:30
Caddyfile: sort
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
9efcabb78d
commit
657d4cbee5
1 changed files with 5 additions and 5 deletions
10
Caddyfile
10
Caddyfile
|
@ -69,11 +69,6 @@ https://docker.msfjarvis.dev {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
https://download.msfjarvis.website {
|
|
||||||
import base_config
|
|
||||||
redir https://dl.msfjarvis.dev{uri}
|
|
||||||
}
|
|
||||||
|
|
||||||
https://git.msfjarvis.dev {
|
https://git.msfjarvis.dev {
|
||||||
import base_config
|
import base_config
|
||||||
import compression_config
|
import compression_config
|
||||||
|
@ -121,6 +116,11 @@ https://daas.msfjarvis.website {
|
||||||
redir https://daas.msfjarvis.dev{uri}
|
redir https://daas.msfjarvis.dev{uri}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
https://download.msfjarvis.website {
|
||||||
|
import base_config
|
||||||
|
redir https://dl.msfjarvis.dev{uri}
|
||||||
|
}
|
||||||
|
|
||||||
https://dl.msfjarvis.website {
|
https://dl.msfjarvis.website {
|
||||||
import base_config
|
import base_config
|
||||||
redir https://dl.msfjarvis.dev{uri}
|
redir https://dl.msfjarvis.dev{uri}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue