forked from linux/WebHosting_DMZ
dokuwiki moved over from tcpwiki-01
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName tcpwiki.psi.ch
|
||||
|
||||
DocumentRoot /var/www/tcpwiki
|
||||
|
||||
<Directory /var/www/tcpwiki>
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
|
||||
Options FollowSymLinks
|
||||
DirectoryIndex doku.php
|
||||
</Directory>
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
SetEnvIf X-Forwarded-Proto https HTTPS=on
|
||||
|
||||
ErrorLog /var/log/apache2/dokuwiki_error.log
|
||||
CustomLog /var/log/apache2/dokuwiki_access.log combined
|
||||
</VirtualHost>
|
||||
|
||||
Reference in New Issue
Block a user