mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Properly set the hostname for SSL use in containers.
This commit is contained in:
parent
96df3147d6
commit
cf1440f41d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user