10 lines
150 B
Nix
10 lines
150 B
Nix
destination: {
|
|
locations."/" = {
|
|
proxyPass = destination;
|
|
proxyWebsockets = true;
|
|
extraConfig = ''
|
|
proxy_set_header Host $host;
|
|
'';
|
|
};
|
|
}
|