Files
B24-docker/confs/nginx/inc/proxy.conf
T
2026-05-20 15:23:05 +03:00

18 lines
441 B
Plaintext

#
# bitrixsetup script
#
location ^~ ^(/bitrixsetup\.php)$ {
proxy_buffering off;
}
#
# pub and online + telephony and voximplant
#
#location ~* ^/(pub/|online/|services/telephony/info_receiver.php|/bitrix/tools/voximplant/) {
# add_header X-Frame-Options '' always;
# #
# location ~* ^/(pub/imconnector/|pub/imbot.php|services/telephony/info_receiver.php|bitrix/tools/voximplant/) {
# proxy_ignore_client_abort on;
# }
#}
#