Procházet zdrojové kódy

Made Timeout optional

master
Alexander Weidinger před 8 roky
rodič
revize
cc9d81c3b1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      apache/vhosts/standard.tmpl

+ 1
- 1
apache/vhosts/standard.tmpl Zobrazit soubor

@@ -58,7 +58,7 @@
{% if site.get('DocumentRoot') != False -%}DocumentRoot {{ vals.DocumentRoot }}{% endif %}
{% if site.get('VirtualDocumentRoot') -%}VirtualDocumentRoot {{ vals.VirtualDocumentRoot }}{% endif %}

{% if site.get('Timeout') != False %}Timeout {{ vals.Timeout }}{% endif %}
{% if site.get('Timeout') != False and site.get('Timeout') != None %}Timeout {{ vals.Timeout }}{% endif %}
{% if site.get('LimitRequestFields') %}LimitRequestFields {{ vals.LimitRequestFields }}{% endif %}

{%- if site.get('SSLCertificateFile') %}

Načítá se…
Zrušit
Uložit