[fix] role:dokuwiki-and-nginx
This commit is contained in:
parent
f2b4ba5fed
commit
2a96f510df
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ server {
|
|||
{% if (var_dokuwiki_and_nginx_tls_mode == 'force') %}
|
||||
return 301 https://$http_host$request_uri;
|
||||
{% else %}
|
||||
{{ dokuwki_common() }}
|
||||
{{ dokuwiki_common() }}
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
|
@ -66,6 +66,6 @@ server {
|
|||
ssl_certificate /etc/ssl/fullchains/{{var_dokuwiki_and_nginx_domain}}.pem;
|
||||
include /etc/nginx/ssl-hardening.conf;
|
||||
|
||||
{{ dokuwki_common() }}
|
||||
{{ dokuwiki_common() }}
|
||||
}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue