1
0
Fork 0

Removed trailing slash from /api/captcha location in nginx.conf.

This commit is contained in:
Alexander Andreev 2023-05-28 04:45:50 +04:00
parent 7a5532e1fb
commit 5b62a77fb8
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ server {
}
location /api/captcha/ {
location /api/captcha {
proxy_pass http://unix:/var/run/dwelling-home/sock;
proxy_buffering off;