mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
redirects
This commit is contained in:
parent
51b9fc4d1b
commit
94dcb84071
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,3 @@
|
||||||
{
|
|
||||||
email nilstrieb@proton.me
|
|
||||||
}
|
|
||||||
|
|
||||||
# https://gist.github.com/ryanburnette/d13575c9ced201e73f8169d3a793c1a3
|
# https://gist.github.com/ryanburnette/d13575c9ced201e73f8169d3a793c1a3
|
||||||
(cors) {
|
(cors) {
|
||||||
@cors_preflight{args.0} method OPTIONS
|
@cors_preflight{args.0} method OPTIONS
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,10 @@
|
||||||
configFile = pkgs.writeText "Caddyfile"
|
configFile = pkgs.writeText "Caddyfile"
|
||||||
(
|
(
|
||||||
''
|
''
|
||||||
|
{
|
||||||
|
email nilstrieb@proton.me
|
||||||
|
}
|
||||||
|
|
||||||
${config.networking.hostName}.infra.noratrieb.dev {
|
${config.networking.hostName}.infra.noratrieb.dev {
|
||||||
root * ${./debugging-page}
|
root * ${./debugging-page}
|
||||||
file_server
|
file_server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue