miningcore.com
Results
2
comments of
miningcore.com
I saw the pool config in the other post. can you send me the nginx config you run now.
change lines: location /api { if ($request_uri ~* "/api/(.*)") { proxy_pass http://etc/apietc/$1; } } into: location /api { proxy_pass http://etc; }