init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# 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;
|
||||
# }
|
||||
#}
|
||||
#
|
||||
Reference in New Issue
Block a user