Update Caddyfile
This commit is contained in:
parent
f16022bb70
commit
8cd3654dad
1 changed files with 22 additions and 4 deletions
26
Caddyfile
26
Caddyfile
|
@ -16,12 +16,13 @@ professional.hnasheralneam.dev {
|
||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|
||||||
office.hnasheralneam.dev, nextcloud.hnasheralneam.dev {
|
scriptmemorizer.hnasheralneam.dev {
|
||||||
reverse_proxy localhost:88
|
root * /srv/www/script-memorizer-aood
|
||||||
|
file_server
|
||||||
}
|
}
|
||||||
|
|
||||||
desktop.hnasheralneam.dev {
|
office.hnasheralneam.dev, nextcloud.hnasheralneam.dev {
|
||||||
reverse_proxy localhost:4000
|
reverse_proxy localhost:88
|
||||||
}
|
}
|
||||||
|
|
||||||
jellyfin.hnasheralneam.dev {
|
jellyfin.hnasheralneam.dev {
|
||||||
|
@ -36,6 +37,14 @@ fetchcv.hnasheralneam.dev {
|
||||||
reverse_proxy localhost:3601
|
reverse_proxy localhost:3601
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mediumrare.hnasheralneam.dev {
|
||||||
|
reverse_proxy localhost:7744
|
||||||
|
}
|
||||||
|
|
||||||
|
beta.mediumrare.hnasheralneam.dev {
|
||||||
|
reverse_proxy localhost:3030
|
||||||
|
}
|
||||||
|
|
||||||
git.hnasheralneam.dev {
|
git.hnasheralneam.dev {
|
||||||
reverse_proxy localhost:5000
|
reverse_proxy localhost:5000
|
||||||
}
|
}
|
||||||
|
@ -56,6 +65,10 @@ coder.hnasheralneam.dev {
|
||||||
reverse_proxy localhost:3000
|
reverse_proxy localhost:3000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
coolify.hnasheralneam.dev {
|
||||||
|
reverse_proxy localhost:8000
|
||||||
|
}
|
||||||
|
|
||||||
goldrush.hnasheralneam.dev {
|
goldrush.hnasheralneam.dev {
|
||||||
redir https://hnasheralneam.github.io/gold-rush 302
|
redir https://hnasheralneam.github.io/gold-rush 302
|
||||||
}
|
}
|
||||||
|
@ -68,6 +81,11 @@ activitylog.hnasheralneam.dev {
|
||||||
redir https://hnasheralneam.github.io/activity-log
|
redir https://hnasheralneam.github.io/activity-log
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bingo.hnasheralneam.dev {
|
||||||
|
root * /srv/www/bingo
|
||||||
|
file_server
|
||||||
|
}
|
||||||
|
|
||||||
directory.hnasheralneam.dev {
|
directory.hnasheralneam.dev {
|
||||||
root * /srv/www/directory
|
root * /srv/www/directory
|
||||||
file_server
|
file_server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue