Removed trailing slash from /api/captcha location in nginx.conf.
This commit is contained in:
parent
7a5532e1fb
commit
5b62a77fb8
@ -55,7 +55,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
location /api/captcha/ {
|
location /api/captcha {
|
||||||
proxy_pass http://unix:/var/run/dwelling-home/sock;
|
proxy_pass http://unix:/var/run/dwelling-home/sock;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user