[NixOS] Please fix
This commit is contained in:
parent
2d74d300a7
commit
abae82a166
@ -17,15 +17,14 @@ makeEnable config "modules.gitea" false {
|
|||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
recommendedGzipSettings = true;
|
||||||
|
recommendedTlsSettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"dev.railbird.ai" = {
|
"dev.railbird.ai" = {
|
||||||
serverName = "dev.railbird.ai";
|
serverName = "dev.railbird.ai";
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
listen = [{
|
|
||||||
addr = "0.0.0.0";
|
|
||||||
ssl = true;
|
|
||||||
}];
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:3001";
|
proxyPass = "http://localhost:3001";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user