fix: pwd SocketIO Origin in nginx conf (#1552)

This commit is contained in:
Md Hussain Nagaria 2025-01-24 12:36:30 +05:30 committed by GitHub
parent 24e5f192d5
commit 40f07e2172
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header X-Frappe-Site-Name ${FRAPPE_SITE_NAME_HEADER};
proxy_set_header Origin $scheme://${FRAPPE_SITE_NAME_HEADER};
proxy_set_header Origin $scheme://$http_host;
proxy_set_header Host $host;
proxy_pass http://socketio-server;