Update configuration.nix
deploy config / Explore-Gitea-Actions (push) Successful in 7s
Details
deploy config / Explore-Gitea-Actions (push) Successful in 7s
Details
This commit is contained in:
parent
b8a2f7eccb
commit
61964b6820
|
|
@ -85,7 +85,10 @@
|
|||
"recipe.blubb.fish" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://10.0.0.103:8080/";
|
||||
locations."/" = {
|
||||
proxyPass = "http://10.0.0.103:8080/";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue