mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Properly set the hostname for SSL use in containers.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user