skalenetwork / skale-proxy

SKALE Proxy is high performance, easy-to-run public service that provides proxied and load-balanced JSON-RPC endpoints for SKALE chains. It is based on NGINX.
GNU Affero General Public License v3.0
2 stars 3 forks source link

Remove server_name variable from the proxy #60

Closed dmytrotkk closed 7 months ago

dmytrotkk commented 7 months ago

This PR removes the deprecated SERVER_NAME variable from the SKALE Proxy setup. README is updated to match the current setup process.

No tests needed. No performance changes.