Gitiles
Code Review
Sign In
spfactory.storpool.com
/
devstack
/
1f65fd64ce2f4ed32a706f9bcb28c2ee0cf51e5b
/
.
/
files
/
apache-ironic.template
blob: 88641946f6da629d9cebcf048672de02168cc74a [
file
] [
log
] [
blame
]
Listen
%
PUBLICPORT
%
<
VirtualHost
*:%
PUBLICPORT
%>
DocumentRoot
"%HTTPROOT%"
<
Directory
"%HTTPROOT%"
>
Options
Indexes
FollowSymLinks
AllowOverride
None
Order
allow
,
deny
Allow
from
all
Require
all granted
</
Directory
>
</
VirtualHost
>