mirror of
https://github.com/moudsen/mailGraph
synced 2025-12-18 00:17:03 +01:00
v0.9.1 - Initial public beta release for testing purposes
This commit is contained in:
18
docker/apache-config.conf
Normal file
18
docker/apache-config.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
ServerName mailgraph.mydomain.com
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin me@mydomain.com
|
||||
|
||||
DocumentRoot /var/www/site/public
|
||||
|
||||
<Directory /var/www/site/public>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user