forked from linux/WebHosting_DMZ
omny web to external hosting
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName omny.psi.ch
|
||||
DocumentRoot /var/www/omny
|
||||
|
||||
<Directory "/var/www/omny">
|
||||
Options +ExecCGI
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
||||
Reference in New Issue
Block a user