nginx.conf: fix log location

This commit is contained in:
vchikalkin 2023-09-08 12:49:22 +03:00
parent acb5c09ba4
commit 95da5999d2

View File

@ -37,7 +37,7 @@ server {
}
location /log {
location / {
auth_request /auth;
auth_request_set $accnumber $upstream_http_acc_number;