disable nginx ipv6 resolver
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f72198d66b
commit
44e7e16cc0
@ -16,7 +16,7 @@ certbot_certs:
|
|||||||
- drone.{{domain.name}}
|
- drone.{{domain.name}}
|
||||||
|
|
||||||
nginx_server_tokens: "off"
|
nginx_server_tokens: "off"
|
||||||
nginx_server_resolver: "192.168.1.40 192.168.1.10"
|
nginx_server_resolver: "192.168.1.40 192.168.1.10 ipv6=off"
|
||||||
nginx_realIP_Proxy: 192.168.1.40/24
|
nginx_realIP_Proxy: 192.168.1.40/24
|
||||||
nginx_upstreams:
|
nginx_upstreams:
|
||||||
- name: Nextcloud-PHP-handler
|
- name: Nextcloud-PHP-handler
|
||||||
|
Loading…
Reference in New Issue
Block a user