summary refs log tree commit diff
path: root/host/Rory-ovh/services/nginx/spacebar.chat/server/old/root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-ovh/services/nginx/spacebar.chat/server/old/root.nix')
-rw-r--r--host/Rory-ovh/services/nginx/spacebar.chat/server/old/root.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/host/Rory-ovh/services/nginx/spacebar.chat/server/old/root.nix b/host/Rory-ovh/services/nginx/spacebar.chat/server/old/root.nix
new file mode 100644

index 0000000..8b7df6d --- /dev/null +++ b/host/Rory-ovh/services/nginx/spacebar.chat/server/old/root.nix
@@ -0,0 +1,14 @@ +{ + enableACME = true; + forceSSL = true; + locations = { + "/" = { + proxyPass = "http://192.168.1.200:3001"; + proxyWebsockets = true; + extraConfig = + "proxy_ssl_server_name on;" + + "proxy_pass_header Authorization;" + ; + }; + }; +}