parent
b19f901960
commit
9828a079e0
@ -0,0 +1,12 @@ |
|||||||
|
<VirtualHost *:80> |
||||||
|
|
||||||
|
DocumentRoot /home/security/workshop |
||||||
|
|
||||||
|
<Directory "/home/security/workshop"> |
||||||
|
Options All |
||||||
|
AllowOverride All |
||||||
|
Require all granted |
||||||
|
</Directory> |
||||||
|
|
||||||
|
</VirtualHost> |
||||||
|
|
Loading…
Reference in new issue