Fix wrong proxy used
This commit is contained in:
@@ -40,6 +40,9 @@
|
|||||||
# List packages installed in system profile.
|
# List packages installed in system profile.
|
||||||
# You can use https://search.nixos.org/ to find more packages (and options).
|
# You can use https://search.nixos.org/ to find more packages (and options).
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
yazi
|
||||||
|
gitui
|
||||||
|
bind
|
||||||
neovim
|
neovim
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
@@ -57,7 +60,7 @@
|
|||||||
respond "Hello, world!"
|
respond "Hello, world!"
|
||||||
'';
|
'';
|
||||||
virtualHosts."git.syedm.dev".extraConfig = ''
|
virtualHosts."git.syedm.dev".extraConfig = ''
|
||||||
reverse_proxy 3000
|
reverse_proxy localhost:3000
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user