fix
This commit is contained in:
parent
799b9d4e2f
commit
017d40fb0f
1 changed files with 2 additions and 2 deletions
|
|
@ -68,8 +68,8 @@
|
||||||
# error_page: /path_to_error_page.html
|
# error_page: /path_to_error_page.html
|
||||||
ssl_enabled: true
|
ssl_enabled: true
|
||||||
ssl_only: true
|
ssl_only: true
|
||||||
# ssl_letsencrypt_certs: "{{ nginx_letsencrypt_managed }}"
|
nginx_ssl_cert_file: "/etc/letsencrypt/live/mrwho.ru/fullchain.pem"
|
||||||
# root: "{{ nginx_webroot }}"
|
nginx_ssl_cert_key: "/etc/letsencrypt/live/mrwho.ru/privkey.pem"
|
||||||
server_tokens: "off"
|
server_tokens: "off"
|
||||||
proxy_standard_setup: true
|
proxy_standard_setup: true
|
||||||
proxy_additional_options:
|
proxy_additional_options:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue