OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-instserver?expand=0&rev=134
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
# httpd configuration for Installation Server included by httpd.conf
|
|
<IfDefine inst_server>
|
|
Alias @ALIAS@ @SERVERDIR@
|
|
<Directory @SERVERDIR@>
|
|
|
|
Options +Indexes +FollowSymLinks
|
|
IndexOptions +NameWidth=*
|
|
|
|
Require all granted
|
|
</Directory>
|
|
</IfDefine>
|