forked from linux/WebHosting
simple docker mount and sls2
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName sls2.psi.ch
|
||||
DocumentRoot /var/www/sls2
|
||||
|
||||
Options +Includes
|
||||
|
||||
<Directory "/var/www/sls2">
|
||||
Options +Includes
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
Reference in New Issue
Block a user