mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/nginx: bump cert.pem location
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= nginx
|
||||
PLUGIN_VERSION= 1.34
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_REVISION= 4
|
||||
PLUGIN_COMMENT= Nginx HTTP server and reverse proxy
|
||||
PLUGIN_DEPENDS= nginx
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
||||
@@ -208,7 +208,7 @@ location {{ location.matchtype }} {{ location.urlpattern }} {
|
||||
{% if upstream.tls_trusted_certificate is defined and upstream.tls_trusted_certificate != '' %}
|
||||
proxy_ssl_trusted_certificate /usr/local/etc/nginx/key/trust_upstream_{{ location.upstream }}.pem;
|
||||
{% else %}
|
||||
proxy_ssl_trusted_certificate /etc/ssl/cert.pem;
|
||||
proxy_ssl_trusted_certificate /usr/local/etc/ssl/cert.pem;
|
||||
{% endif %}
|
||||
proxy_ssl_verify {% if upstream.tls_verify == '1' %}on{% else %}off{% endif %};
|
||||
{% if upstream.tls_verify_depth is defined and upstream.tls_verify_depth != '' %}
|
||||
|
||||
Reference in New Issue
Block a user