Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/QB-1978: Replace server web3 rpc configs to b set from nginx side #300

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

BoThe1K
Copy link
Contributor

@BoThe1K BoThe1K commented Jul 19, 2023

This gives a fully manage for nginx side without extending config on stchaind side.

Some descr:

  • cors removed totally (nginx should manage);
  • vhosts available for all (header Host);
  • jwtSecret not used and bypassed;
  • allowed origin for ws also could be managed on nginx with reverse proxy;

But if we want to have a more not dependent on balancer side, better to use this: https://github.com/stratosnet/stratos-chain/pull/299/files , so it means, the server could be launched without nginx

@alexstratos alexstratos merged commit 0f8acff into dev Jul 19, 2023
@alexstratos alexstratos deleted the feat/QB-1978/extend-web3-rpc-server-config branch July 19, 2023 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants