mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 22:16:59 +05:30
Caddyfile: Add missing redirects to base domain
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
a1b4a560c8
commit
9b2ee3f624
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
||||||
https://msfjarvis.website {
|
https://msfjarvis.website {
|
||||||
import base_config
|
import base_config
|
||||||
root /var/www/msfjarvis.website/
|
root /var/www/msfjarvis.website/
|
||||||
|
redir 307 {
|
||||||
|
/github https://github.com/msfjarvis
|
||||||
|
/brave https://brave.com/msf756
|
||||||
|
}
|
||||||
git {
|
git {
|
||||||
repo https://github.com/msfjarvis/msfjarvis.website
|
repo https://github.com/msfjarvis/msfjarvis.website
|
||||||
branch src
|
branch src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue