fix issue with php tpl

Bu işleme şunda yer alıyor:
Simon Vieille 2019-07-31 00:11:31 +02:00
ebeveyn 7cd0534616
işleme 101e23ca07
İmzalayan: deblan
GPG Anahtar Kimliği: 03383D15A1D31745
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme

Dosyayı Görüntüle

@ -9,10 +9,8 @@
SuexecUserGroup {{ SYSTEM_USER_USERNAME }} {{ SYSTEM_USER_GROUP }}
ErrorLog /services/web/logs/{{ DOMAIN }}.log
CustomLog /services/web/logs/{{ DOMAIN }}.log combined
{% if WEB_HTTPS_FORCE == "yes" %}
Redirect permanent / https://{{ DOMAIN }}/
{% endif %}
{% block force_https %}{% if WEB_HTTPS_FORCE == "yes" %}
Redirect permanent / https://{{ DOMAIN }}/{% endif %}{% endblock %}
<Directory {{ DOCUMENT_ROOT }}>
Options -Indexes +FollowSymLinks +MultiViews

Dosyayı Görüntüle

@ -21,3 +21,5 @@
BrowserMatch "MSIE [2-6]" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
{% endblock extra %}
{% block force_https %}{% endblock %}