mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: firefly-iii test
This commit is contained in:
parent
ae910651e5
commit
6ac75c74ec
1 changed files with 28 additions and 28 deletions
|
@ -32,38 +32,38 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# caddy = {
|
caddy = {
|
||||||
# virtualHosts = {
|
virtualHosts = {
|
||||||
# "${host}" = {
|
"${host}" = {
|
||||||
# extraConfig = ''
|
extraConfig = ''
|
||||||
# encode gzip
|
encode gzip
|
||||||
|
|
||||||
# reverse_proxy localhost:8080 {
|
reverse_proxy localhost:8080 {
|
||||||
# header_up Host {host}:{server_port}
|
header_up Host {host}:{server_port}
|
||||||
# header_up X-Real-IP {remote_host}
|
header_up X-Real-IP {remote_host}
|
||||||
# header_up X-Forwarded-For {remote_host}
|
header_up X-Forwarded-For {remote_host}
|
||||||
# header_up X-Forwarded-Proto https
|
header_up X-Forwarded-Proto https
|
||||||
# header_up X-Forwarded-Host {host}
|
header_up X-Forwarded-Host {host}
|
||||||
# header_up X-Forwarded-Ssl on
|
header_up X-Forwarded-Ssl on
|
||||||
# header_up Connection ""
|
header_up Connection ""
|
||||||
|
|
||||||
# timeout 240s
|
timeout 240s
|
||||||
# dial_timeout 240s
|
dial_timeout 240s
|
||||||
# }
|
}
|
||||||
|
|
||||||
# @session_cookie header Cookie *session*
|
@session_cookie header Cookie *session*
|
||||||
# handle @session_cookie {
|
handle @session_cookie {
|
||||||
# header Cache-Control "no-cache, no-store, must-revalidate"
|
header Cache-Control "no-cache, no-store, must-revalidate"
|
||||||
# }
|
}
|
||||||
|
|
||||||
# request_body {
|
request_body {
|
||||||
# max_size 64MB
|
max_size 64MB
|
||||||
# }
|
}
|
||||||
# tls ${service.ssl.cert} ${service.ssl.key}
|
tls ${service.ssl.cert} ${service.ssl.key}
|
||||||
# '';
|
'';
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
sops =
|
sops =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue