feat(mail): add Dovecot and Getmail configurations with ingress setup for SFTPGo
This commit is contained in:
@@ -20,8 +20,8 @@ server {
|
||||
application/rss+xml
|
||||
image/svg+xml;
|
||||
|
||||
location ^~ /storage {
|
||||
proxy_pass http://http.sftpgo.svc.cluster.local:8080/storage;
|
||||
location ^~ /config/dav {
|
||||
proxy_pass http://http.sftpgo.svc.cluster.local:8080/config/dav;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
Reference in New Issue
Block a user