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
Is there a way to provide a custom nginx.tmpl file?
The text was updated successfully, but these errors were encountered:
If you are using the proxy with Dinghy, you can provide additional custom nginx config with a ~/.dinghy/proxy.conf file as outlined in https://github.com/codekitchen/dinghy#http-proxy
~/.dinghy/proxy.conf
If you are using the proxy outside of Dinghy, you could write a Dockerfile using FROM codekitchen/dinghy-http-proxy and add/replace files as needed.
FROM codekitchen/dinghy-http-proxy
There's not currently any support for replacing the nginx.tmpl file whole-sale when using Dinghy.
Sorry, something went wrong.
No branches or pull requests
Is there a way to provide a custom nginx.tmpl file?
The text was updated successfully, but these errors were encountered: