forked from linux/WebHosting
12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
<VirtualHost *:80>
|
|
ServerName omny-test.psi.ch
|
|
DocumentRoot /var/www/omny
|
|
|
|
<Directory "/var/www/omny">
|
|
Options +ExecCGI
|
|
AllowOverride None
|
|
Require all granted
|
|
</Directory>
|
|
</VirtualHost>
|
|
|