Properly set the hostname for SSL use in containers.

This commit is contained in:
Dave Page 2017-11-16 09:54:44 +00:00
parent 96df3147d6
commit cf1440f41d

View File

@ -17,7 +17,7 @@ LoadModule ssl_module modules/mod_ssl.so
SSLCertificateFile "/certs/server.cert"
SSLCertificateKeyFile "/certs/server.key"
ServerName pgadmin4
ServerName {{ PGADMIN_SERVER_NAME }}
WSGIDaemonProcess pgadmin processes=1 threads=25
WSGIScriptAlias / /var/www/pgadmin/pgAdmin4.wsgi