Skip to content

Commit

Permalink
Merge pull request #61 from Vaalyn/add-safari-redirect-prevention-arg
Browse files Browse the repository at this point in the history
Add arg to nginx listen proxy config to prevent Safari redirect issue
  • Loading branch information
BusterNeece authored Aug 23, 2024
2 parents ba830b8 + 9fc15a3 commit cd9b5a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/AzuraRelay/Nginx.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ private function getConfigForStation(
proxy_connect_timeout 60;
proxy_set_header Host localhost:{$port};
set \$args \$args&_ic2=1;
proxy_pass http://127.0.0.1:{$port}/\$2?\$args;
}
NGINX;
Expand Down

0 comments on commit cd9b5a7

Please sign in to comment.