mirror of
https://github.com/chatmail/relay.git
synced 2026-05-18 10:48:58 +00:00
doveauth-http: deploying HTTP route for account creation
This commit is contained in:
@@ -46,6 +46,7 @@ def _install_chatmaild() -> None:
|
||||
|
||||
for fn in (
|
||||
"doveauth",
|
||||
"doveauth-http",
|
||||
"filtermail",
|
||||
):
|
||||
files.put(
|
||||
|
||||
@@ -42,6 +42,10 @@ http {
|
||||
# as directory, then fall back to displaying a 404.
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
location /new_email {
|
||||
proxy_pass http://localhost:3691/;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user