bugfix use ssl cert provided by acme-helper for mailserver.

This commit is contained in:
2022-11-25 16:19:44 +01:00
parent 4f2e128589
commit dcf714e224
4 changed files with 15 additions and 15 deletions

View File

@ -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;

View File

@ -49,7 +49,7 @@ location ~ ^\/(?:index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|u
fastcgi_param modHeadersAvailable true;
# Enable pretty urls
fastcgi_param front_controller_active true;
fastcgi_pass nextcloud.zathura.leene.dev;
fastcgi_pass nextcloud.leene.dev;
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
}