Fix YAML indentation

pull/2684/head
Slavi Pantaleev 1 year ago
parent 8fbe99ac2a
commit 319afc66c1

@ -153,11 +153,11 @@ devture_traefik_additional_entrypoints_auto:
port: 8449 port: 8449
host_bind_port: '127.0.0.1:8449' host_bind_port: '127.0.0.1:8449'
config: {} config: {}
# If your reverse-proxy runs on another machine, remove the config above and use this config instead: # If your reverse-proxy runs on another machine, remove the config above and use this config instead:
# config: # config:
# forwardedHeaders: # forwardedHeaders:
# insecure: true # insecure: true
# # trustedIPs: ['IP-ADDRESS-OF-YOUR-REVERSE-PROXY'] # # trustedIPs: ['IP-ADDRESS-OF-YOUR-REVERSE-PROXY']
``` ```
For an example where the playbook's Traefik reverse-proxy is fronted by [Nginx](https://nginx.org/) running on the same server, see [Nginx reverse-proxy fronting the playbook's Traefik](../examples/nginx/README.md). For an example where the playbook's Traefik reverse-proxy is fronted by [Nginx](https://nginx.org/) running on the same server, see [Nginx reverse-proxy fronting the playbook's Traefik](../examples/nginx/README.md).

Loading…
Cancel
Save