Make bodhi openshift logs slightly more sane
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
5a45d3c34e
commit
c77dd04246
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ data:
|
|||
mkdir /httpdir/run
|
||||
ln -s /etc/httpd/modules /httpdir/modules
|
||||
truncate --size=0 /httpdir/accesslog /httpdir/errorlog
|
||||
tail -f /httpdir/accesslog /httpdir/errorlog &
|
||||
tail -qf /httpdir/accesslog /httpdir/errorlog &
|
||||
exec httpd -f /etc/bodhi/httpd.conf -DFOREGROUND -DNO_DETACH
|
||||
httpd.conf: |-
|
||||
Listen 0.0.0.0:8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue