mirror of
https://github.com/chatmail/relay.git
synced 2026-06-10 05:31:08 +00:00
doveauth-http: deploying HTTP route for account creation
This commit is contained in:
@@ -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