Merge pull request 'Update conf.d/n8n.conf' (#7) from bruhn_b-patch-1 into main

Reviewed-on: linux/WebHosting#7
This commit is contained in:
2025-09-09 16:20:05 +02:00
committed by Gitea
+2
View File
@@ -12,6 +12,8 @@ server {
ssl_certificate_key /etc/nginx/private/n8n.psi.ch.key;
location / {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_pass http://n8n:5678;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;