server { listen 80; server_name gnolandexplorer.zeycanode.com; location / { root /var/www/gnolandexplorer; index index.html; } # Veri köprüsü (RPC) location /rpc/ { proxy_pass http://127.0.0.1:54657/; proxy_set_header Host $host; } }