Skip to content

Commit

Permalink
Merge pull request #638 from michaelbarkdoll/dev-branch
Browse files Browse the repository at this point in the history
Update functions.sh
  • Loading branch information
mastacontrola authored Sep 4, 2024
2 parents 2301d3d + 169da3b commit ec9cac7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/common/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2031,6 +2031,8 @@ EOF
echo " <Directory $webdirdest>" >> "$etcconf"
echo " DirectoryIndex index.php index.html index.htm" >> "$etcconf"
echo " </Directory>" >> "$etcconf"
echo " Timeout 600" >> "$etcconf"
echo " ProxyTimeout 600" >> "$etcconf"
echo " RewriteEngine On" >> "$etcconf"
echo " RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)" >> "$etcconf"
echo " RewriteRule .* - [F]" >> "$etcconf"
Expand All @@ -2042,6 +2044,8 @@ EOF
echo " <Directory $webdirdest>" >> "$etcconf"
echo " DirectoryIndex index.php index.html index.htm" >> "$etcconf"
echo " </Directory>" >> "$etcconf"
echo " Timeout 600" >> "$etcconf"
echo " ProxyTimeout 600" >> "$etcconf"
echo " RewriteEngine On" >> "$etcconf"
echo " RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)" >> "$etcconf"
echo " RewriteRule .* - [F]" >> "$etcconf"
Expand Down

0 comments on commit ec9cac7

Please sign in to comment.