view modules/apache/templates/mod/auth_mellon.conf.erb @ 275:d9352a684e62

Mass update of modules to remove deprecation warnings
author IBBoard <dev@ibboard.co.uk>
date Sun, 26 Jan 2020 11:36:07 +0000
parents 675c1cc61eaf
children
line wrap: on
line source

<%- if @mellon_cache_size -%>
MellonCacheSize <%= @mellon_cache_size %>
<%- end -%>
<%- if @mellon_cache_entry_size -%>
MellonCacheEntrySize <%= @mellon_cache_entry_size %>
<%- end -%>
<%- if @mellon_lock_file -%>
MellonLockFile "<%= @mellon_lock_file %>"
<%- end -%>
<%- if @mellon_post_directory -%>
MellonPostDirectory "<%= @mellon_post_directory %>"
<%- end -%>
<%- if @mellon_post_ttl -%>
MellonPostTTL <%= @mellon_post_ttl %>
<%- end -%>
<%- if @mellon_post_size -%>
MellonPostSize <%= @mellon_post_size %>
<%- end -%>
<%- if @mellon_post_count -%>
MellonPostCount <%= @mellon_post_count %>
<%- end -%>