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? 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
Hi, i'm using Apache's mod_proxy to map p2pool's port to a URL on my webserver, so that i don't have to open the port to the outside:
ProxyPass /p2pool/ http://localhost:9332/ ProxyPassReverse / /p2pool/
Unfortunately your JS uses the hardcode url '/web/', can you add a config variable to let the user define his base URL, e.g. '/p2pool/web/'?
If you're willing to merge it, i could create a pull request.
The text was updated successfully, but these errors were encountered:
nevermind, i discovereved ncstdc's fork which implements relative paths!
Sorry, something went wrong.
i will implement but i dont have acces to a running p2pool for working :/
great, thanks! you're probably best of by merging ncstdc's fork back into yours, it looks like he's done quite a bit.
btw: thanks for starting this redesign, much easier on the eyes ;-)
No branches or pull requests
Hi, i'm using Apache's mod_proxy to map p2pool's port to a URL on my webserver, so that i don't have to open the port to the outside:
ProxyPass /p2pool/ http://localhost:9332/
ProxyPassReverse / /p2pool/
Unfortunately your JS uses the hardcode url '/web/', can you add a config variable to let the user define his base URL, e.g. '/p2pool/web/'?
If you're willing to merge it, i could create a pull request.
The text was updated successfully, but these errors were encountered: