forked from linux/WebHosting
@@ -0,0 +1,11 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName omny-test.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