We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635bda1 commit 62bd900Copy full SHA for 62bd900
cmdeploy/src/cmdeploy/nginx/nginx.conf.j2
@@ -84,7 +84,7 @@ http {
84
if ($request_method = GET) {
85
# Redirect to Delta Chat,
86
# which will in turn do a POST request.
87
- return 301 dcaccount:https://{{ config.domain_name }}/new;
+ return 301 dcaccount:https://{{ config.domain_name }}$request_uri;
88
}
89
90
fastcgi_pass unix:/run/fcgiwrap.socket;
@@ -101,7 +101,7 @@ http {
101
# Redirects are only for browsers.
102
location /cgi-bin/newemail.py {
103
104
105
106
107
0 commit comments