Skip to content

Commit

Permalink
fix: pwd SocketIO Origin in nginx conf (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain authored Jan 24, 2025
1 parent 24e5f19 commit 40f07e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/nginx-template.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 40f07e2

Please sign in to comment.