mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update nginx-reverse-proxy.nix
This commit is contained in:
parent
45c37ad2cf
commit
9bf4f7353e
1 changed files with 0 additions and 3 deletions
|
@ -12,10 +12,7 @@
|
||||||
"ahoneybun.net" = {
|
"ahoneybun.net" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
# All serverAliases will be added as extra domain names on the certificate.
|
|
||||||
# serverAliases = [ "bar.example.com" ];
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
# root = "/var/www/website";
|
|
||||||
proxyPass = "http://127.0.0.1:3000";
|
proxyPass = "http://127.0.0.1:3000";
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue