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
7d37f12d3b
commit
47e9af6dd9
1 changed files with 12 additions and 12 deletions
|
@ -25,17 +25,17 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# nginx = {
|
nginx = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# virtualHosts.${config.services.firefly-iii.virtualHost} = {
|
virtualHosts.${config.services.firefly-iii.virtualHost} = {
|
||||||
# listen = [
|
listen = [
|
||||||
# {
|
{
|
||||||
# addr = "0.0.0.0";
|
addr = "0.0.0.0";
|
||||||
# port = 8080;
|
port = 8080;
|
||||||
# }
|
}
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
caddy = {
|
caddy = {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
|
@ -43,7 +43,7 @@ in
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
encode gzip
|
encode gzip
|
||||||
|
|
||||||
reverse_proxy localhost:80 {
|
reverse_proxy localhost:8080 {
|
||||||
header_up Host {host}
|
header_up Host {host}
|
||||||
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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue