Remove trailing whitespace lines
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
af327709d3
commit
c2afa0c303
1 changed files with 0 additions and 8 deletions
|
@ -11,7 +11,6 @@ data:
|
||||||
default = FILE:/var/log/krb5libs.log
|
default = FILE:/var/log/krb5libs.log
|
||||||
kdc = FILE:/var/log/krb5kdc.log
|
kdc = FILE:/var/log/krb5kdc.log
|
||||||
admin_server = FILE:/var/log/kadmind.log
|
admin_server = FILE:/var/log/kadmind.log
|
||||||
|
|
||||||
[libdefaults]
|
[libdefaults]
|
||||||
default_realm = {{ ipa_realm }}
|
default_realm = {{ ipa_realm }}
|
||||||
rdns = false
|
rdns = false
|
||||||
|
@ -21,12 +20,10 @@ data:
|
||||||
ticket_lifetime = 24h
|
ticket_lifetime = 24h
|
||||||
renew_lifetime = 7d
|
renew_lifetime = 7d
|
||||||
forwardable = true
|
forwardable = true
|
||||||
|
|
||||||
[realms]
|
[realms]
|
||||||
{{ ipa_realm }} = {
|
{{ ipa_realm }} = {
|
||||||
kdc = https://id{{ env_suffix }}.fedoraproject.org/KdcProxy
|
kdc = https://id{{ env_suffix }}.fedoraproject.org/KdcProxy
|
||||||
}
|
}
|
||||||
|
|
||||||
[domain_realm]
|
[domain_realm]
|
||||||
.fedoraproject.org = FEDORAPROJECT.ORG
|
.fedoraproject.org = FEDORAPROJECT.ORG
|
||||||
fedoraproject.org = FEDORAPROJECT.ORG
|
fedoraproject.org = FEDORAPROJECT.ORG
|
||||||
|
@ -44,7 +41,6 @@ data:
|
||||||
Listen 0.0.0.0:8080
|
Listen 0.0.0.0:8080
|
||||||
ServerRoot "/httpdir"
|
ServerRoot "/httpdir"
|
||||||
PidFile "/httpdir/httpd.pid"
|
PidFile "/httpdir/httpd.pid"
|
||||||
|
|
||||||
LoadModule authn_file_module modules/mod_authn_file.so
|
LoadModule authn_file_module modules/mod_authn_file.so
|
||||||
LoadModule authn_anon_module modules/mod_authn_anon.so
|
LoadModule authn_anon_module modules/mod_authn_anon.so
|
||||||
LoadModule authz_user_module modules/mod_authz_user.so
|
LoadModule authz_user_module modules/mod_authz_user.so
|
||||||
|
@ -67,7 +63,6 @@ data:
|
||||||
LoadModule authz_core_module modules/mod_authz_core.so
|
LoadModule authz_core_module modules/mod_authz_core.so
|
||||||
LoadModule unixd_module modules/mod_unixd.so
|
LoadModule unixd_module modules/mod_unixd.so
|
||||||
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
|
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
|
||||||
|
|
||||||
<Directory "/usr/share/doc/bodhi-docs/html/">
|
<Directory "/usr/share/doc/bodhi-docs/html/">
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Require all granted
|
Require all granted
|
||||||
|
@ -76,7 +71,6 @@ data:
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Location />
|
<Location />
|
||||||
Require all granted
|
Require all granted
|
||||||
</Location>
|
</Location>
|
||||||
|
@ -90,7 +84,6 @@ data:
|
||||||
ExpiresDefault "access plus 1 month"
|
ExpiresDefault "access plus 1 month"
|
||||||
Header unset ETag
|
Header unset ETag
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
||||||
CustomLog /httpdir/accesslog combined
|
CustomLog /httpdir/accesslog combined
|
||||||
ErrorLog /httpdir/errorlog
|
ErrorLog /httpdir/errorlog
|
||||||
|
@ -98,7 +91,6 @@ data:
|
||||||
TypesConfig /etc/mime.types
|
TypesConfig /etc/mime.types
|
||||||
AddDefaultCharset UTF-8
|
AddDefaultCharset UTF-8
|
||||||
CoreDumpDirectory /tmp
|
CoreDumpDirectory /tmp
|
||||||
|
|
||||||
Alias /docs /usr/share/doc/bodhi-docs/html/
|
Alias /docs /usr/share/doc/bodhi-docs/html/
|
||||||
Alias /static /usr/lib/python2.7/site-packages/bodhi/server/static/
|
Alias /static /usr/lib/python2.7/site-packages/bodhi/server/static/
|
||||||
WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes=2 threads=2 maximum-requests=1000
|
WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes=2 threads=2 maximum-requests=1000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue