[vpn] fix typo

This commit is contained in:
2025-01-22 01:10:04 +01:00
parent 8db42cc437
commit e2925f21a6

View File

@@ -52,7 +52,7 @@ with lib;
locations."/" = { locations."/" = {
proxyPass = "http://10.100.0.101"; proxyPass = "http://10.100.0.101";
extraConfig = '' extraConfig = ''
proxy_set_heade Host $host; proxy_set_header Host $host;
''; '';
}; };
}; };
@@ -61,7 +61,7 @@ with lib;
locations."/" = { locations."/" = {
proxyPass = "http://10.100.0.101"; proxyPass = "http://10.100.0.101";
extraConfig = '' extraConfig = ''
proxy_set_heade Host $host; proxy_set_header Host $host;
''; '';
}; };
}; };