Skip to content

Commit

Permalink
Update apache conf from prod.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentTorregrosa committed Jan 22, 2017
1 parent c1fcb59 commit 86a338e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access-bot.log combined
ServerSignature On

RewriteEngine on
RewriteCond %{SERVER_NAME} =bot.drupalfr.org
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]

</VirtualHost>

0 comments on commit 86a338e

Please sign in to comment.