mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
wrong position
This commit is contained in:
parent
6ef0aeba17
commit
4d80d77704
1 changed files with 7 additions and 8 deletions
|
@ -12,14 +12,13 @@
|
|||
virtualHosts.":4001".extraConfig = ''
|
||||
reverse_proxy :4000
|
||||
'';
|
||||
virtualHosts.":8009".extraConfig = ''
|
||||
reverse_proxy :8008
|
||||
'';
|
||||
|
||||
virtualHosts.":8449".extraConfig = ''
|
||||
reverse_proxy :8448
|
||||
'';
|
||||
};
|
||||
|
||||
virtualHosts.":8009".extraConfig = ''
|
||||
reverse_proxy :8008
|
||||
'';
|
||||
|
||||
virtualHosts.":8449".extraConfig = ''
|
||||
reverse_proxy :8448
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue