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,
Another query here. Using puppet 1.5.0 with PuppetDB 2.3.5 I tried using nginx's proxy_pass to proxy /api to http://127.0.0.1:8080/, but it returns a 404 Curling directly (http://127.0.0.1:8080/v4/nodes) returns results Curling http://puppetexplorer.url/api/v4/nodes returns a 404
Using apache seems to work without problems though.
Any ideas are appreciated.
Thanks and regards, Paolo
The text was updated successfully, but these errors were encountered:
Apologies, I was only missing a trailing slash on the location
Sorry, something went wrong.
Thanks for this. I was scratching my head and later realized I was missing a trailing slash too!
No branches or pull requests
Hi,
Another query here. Using puppet 1.5.0 with PuppetDB 2.3.5
I tried using nginx's proxy_pass to proxy /api to http://127.0.0.1:8080/, but it returns a 404
Curling directly (http://127.0.0.1:8080/v4/nodes) returns results
Curling http://puppetexplorer.url/api/v4/nodes returns a 404
Using apache seems to work without problems though.
Any ideas are appreciated.
Thanks and regards,
Paolo
The text was updated successfully, but these errors were encountered: