mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-07-23 16:58:32 +02:00
bugfix use ssl cert provided by acme-helper for mailserver.
This commit is contained in:
@ -11,7 +11,7 @@ location ~ \.php$ {
|
||||
fastcgi_keep_conn on;
|
||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_pass inbox.zathura.leene.dev;
|
||||
fastcgi_pass inbox.leene.dev;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
include fastcgi_params;
|
||||
|
Reference in New Issue
Block a user