Commit 1b4f0ae9 authored by Łukasz Nowak's avatar Łukasz Nowak

- use more consistent template keys naming

 - move some template keys to "full ones"
 - remove not provided key $INSTANCE
 - use 'old', less verbose key for http server


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32677 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 721215dc
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
# Description: # Description:
# The path to the data files, local product files, import directory, # The path to the data files, local product files, import directory,
# and Extensions directory used by Zope. # and Extensions directory used by Zope.
instancehome ${instance_home} instancehome ${instancehome}
# #
# Directive: clienthome # Directive: clienthome
# #
# Description: # Description:
# The directory in which a running Zope's process identifier files are # The directory in which a running Zope's process identifier files are
# placed. # placed.
clienthome ${client_home} clienthome ${clienthome}
# Directive: path # Directive: path
# #
...@@ -436,7 +436,9 @@ suppress-all-site-roots ${suppress-all-site-roots} ...@@ -436,7 +436,9 @@ suppress-all-site-roots ${suppress-all-site-roots}
# limit on the size which the default FileStorage-backed Zope database # limit on the size which the default FileStorage-backed Zope database
# can grow. Additions to the database will not be permitted once this # can grow. Additions to the database will not be permitted once this
# filesize is exceeded. # filesize is exceeded.
database-quota-size ${database-quota-size} # In profile use:
# database-quota-size value
${database-quota-size}
# Directive: read-only-database # Directive: read-only-database
# #
...@@ -494,7 +496,7 @@ read-only-database ${read-only-database} ...@@ -494,7 +496,7 @@ read-only-database ${read-only-database}
# <logger trace> # <logger trace>
# level WARN # level WARN
# <logfile> # <logfile>
# path $INSTANCE/log/trace.log # path INSTANCE/log/trace.log
# format %(message)s # format %(message)s
# </logfile> # </logfile>
# </logger> # </logger>
...@@ -564,7 +566,9 @@ port-base ${port-base} ...@@ -564,7 +566,9 @@ port-base ${port-base}
# Description: # Description:
# Requests bigger than this size get saved into a temporary file # Requests bigger than this size get saved into a temporary file
# instead of being read completely into memory. # instead of being read completely into memory.
large-file-threshold ${large-file-threshold} # In profile use:
# large-file-threshold value
${large-file-threshold}
# Directive: default-zpublisher-encoding # Directive: default-zpublisher-encoding
# #
...@@ -597,8 +601,8 @@ default-zpublisher-encoding ${default-zpublisher-encoding} ...@@ -597,8 +601,8 @@ default-zpublisher-encoding ${default-zpublisher-encoding}
<http-server> <http-server>
# valid keys are "address" and "force-connection-close" # valid keys are "address" and "force-connection-close"
address ${http-server-address} address ${http-address}
force-connection-close ${http-server-force-connection-close} force-connection-close ${http-force-connection-close}
</http-server> </http-server>
# Examples: # Examples:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment