openscanhub: use ServerName
instead of ServerAlias
... in the httpd configurations. The httpd container requires it to reliably determine server's fully qualified domain name. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
be00c5f65e
commit
2274dadb07
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
# TODO: Set a servername for staging and production servers.
|
ServerName openscanhub{{ env_suffix }}.fedoraproject.org
|
||||||
# ServerName *
|
|
||||||
WSGISocketPrefix /var/run/wsgi
|
WSGISocketPrefix /var/run/wsgi
|
||||||
|
|
||||||
# LoadModule dumpio_module modules/mod_dumpio.so
|
# LoadModule dumpio_module modules/mod_dumpio.so
|
||||||
|
@ -14,7 +13,7 @@ LogLevel debug
|
||||||
|
|
||||||
<VirtualHost *:8080>
|
<VirtualHost *:8080>
|
||||||
# ServerAlias *
|
# ServerAlias *
|
||||||
ServerAlias openscanhub{{ env_suffix }}.fedoraproject.org
|
# ServerAlias openscanhub{{ env_suffix }}.fedoraproject.org
|
||||||
# WSGI handler
|
# WSGI handler
|
||||||
# WSGIDaemonProcess osh display-name=%{GROUP} locale='C.UTF-8'
|
# WSGIDaemonProcess osh display-name=%{GROUP} locale='C.UTF-8'
|
||||||
# WSGIProcessGroup osh
|
# WSGIProcessGroup osh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue