18 lines
441 B
Plaintext
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;
|
|
# }
|
|
#}
|
|
#
|