Default vrijednost za Options direktivu u predloscima (kao primjer)
[apache2-cn.git] / templates / default.template
index cf1bd53..329e624 100644 (file)
@@ -1,8 +1,9 @@
 <VirtualHost *:80>
     ServerAdmin webmaster@HOST.DOMAIN
-    
+
     ServerName HOST.DOMAIN
     DocumentRoot DOCROOT
+
     LogLevel warn
     ErrorLog /var/log/apache2/HOST.DOMAIN-error.log
     CustomLog /var/log/apache2/HOST.DOMAIN-access.log combined
@@ -10,9 +11,7 @@
     #<Directory DOCROOT>
     #    # AllowOverride All
     #    AllowOverride None
-    #    Options OPTIONS
-    #    Order allow,deny
-    #    Allow from all
+    #    Options FollowSymLinks
+    #    Require all granted
     #</Directory>
-
 </VirtualHost>