mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -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 = {
|
||||
# virtualHosts = {
|
||||
# "${host}" = {
|
||||
# extraConfig = ''
|
||||
# encode gzip
|
||||
caddy = {
|
||||
virtualHosts = {
|
||||
"${host}" = {
|
||||
extraConfig = ''
|
||||
encode gzip
|
||||
|
||||
# reverse_proxy localhost:8080 {
|
||||
# header_up Host {host}:{server_port}
|
||||
# header_up X-Real-IP {remote_host}
|
||||
# header_up X-Forwarded-For {remote_host}
|
||||
# header_up X-Forwarded-Proto https
|
||||
# header_up X-Forwarded-Host {host}
|
||||
# header_up X-Forwarded-Ssl on
|
||||
# header_up Connection ""
|
||||
reverse_proxy localhost:8080 {
|
||||
header_up Host {host}:{server_port}
|
||||
header_up X-Real-IP {remote_host}
|
||||
header_up X-Forwarded-For {remote_host}
|
||||
header_up X-Forwarded-Proto https
|
||||
header_up X-Forwarded-Host {host}
|
||||
header_up X-Forwarded-Ssl on
|
||||
header_up Connection ""
|
||||
|
||||
# timeout 240s
|
||||
# dial_timeout 240s
|
||||
# }
|
||||
timeout 240s
|
||||
dial_timeout 240s
|
||||
}
|
||||
|
||||
# @session_cookie header Cookie *session*
|
||||
# handle @session_cookie {
|
||||
# header Cache-Control "no-cache, no-store, must-revalidate"
|
||||
# }
|
||||
@session_cookie header Cookie *session*
|
||||
handle @session_cookie {
|
||||
header Cache-Control "no-cache, no-store, must-revalidate"
|
||||
}
|
||||
|
||||
# request_body {
|
||||
# max_size 64MB
|
||||
# }
|
||||
# tls ${service.ssl.cert} ${service.ssl.key}
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
request_body {
|
||||
max_size 64MB
|
||||
}
|
||||
tls ${service.ssl.cert} ${service.ssl.key}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
sops =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue