Closed YSSofer closed 4 years ago
If there's an nginx_proxy.conf file in the user's $HOME/.docker/ directory.
nginx_proxy.conf
$HOME/.docker/
This will allow for custom nginx configs like setting headers or mutual TLS using x.509 certificates in local setups.
Note: Also updated gh actions to fix errors
:tada: This PR is included in version 1.5.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
If there's an
nginx_proxy.conf
file in the user's$HOME/.docker/
directory.This will allow for custom nginx configs like setting headers or mutual TLS using x.509 certificates in local setups.
Note: Also updated gh actions to fix errors