We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
location /ariang { } location /ariang/jsonrpc { proxy_pass http://127.0.0.1:6800/jsonrpc; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }
I don't know how to solve the CORS issue so I wrote a config as the workaround. Hope this could be something useful.
The text was updated successfully, but these errors were encountered:
I think you should read the aria2 doc for help https://aria2.github.io/manual/en/html/aria2c.html
Sorry, something went wrong.
No branches or pull requests
I don't know how to solve the CORS issue so I wrote a config as the workaround. Hope this could be something useful.
The text was updated successfully, but these errors were encountered: