mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Move STB Wordpress to an unused port
This commit is contained in:
parent
b518805bfd
commit
7e51ba37b1
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ in
|
||||||
"/nix/var/data/stb-wordpress:/var/www/html"
|
"/nix/var/data/stb-wordpress:/var/www/html"
|
||||||
"${uploadWordpressConfig}:/usr/local/etc/php/conf.d/uploads.ini"
|
"${uploadWordpressConfig}:/usr/local/etc/php/conf.d/uploads.ini"
|
||||||
];
|
];
|
||||||
ports = [ "8080:80" ];
|
ports = [ "127.0.0.1:8180:80" ];
|
||||||
extraOptions = [ "--network=stb-br" ];
|
extraOptions = [ "--network=stb-br" ];
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
};
|
};
|
||||||
|
|
@ -62,7 +62,7 @@ in
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:8080";
|
proxyPass = "http://127.0.0.1:8180";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue