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