1
0
mirror of https://github.com/1C-Company/docker_fresh.git synced 2025-01-05 22:53:51 +02:00
docker_fresh/conf/nginx/1c_error_openid.conf
2020-04-08 21:56:50 +03:00

6 lines
144 B
Plaintext

if ($http_user_agent = 1CV8C) {
set $mode txt;
}
error_page 500 501 502 503 504 505 /availability?url=$scheme://$host$request_uri&mode=$mode;