Answer the question
In order to leave comments, you need to log in
Am I changing the nginx location correctly?
location ~* ^/bitrix/admin/sale_(order|delivery|app_rest_sender).*\.php$ {
add_header Content-Security-Policy "frame-ancestors https://адрес_вашего_Битрикс24;";
proxy_pass $proxyserver;
location ~* ^/bitrix/admin/sale_(order|delivery|app_rest_sender).*\.php$ {
add_header Content-Security-Policy "frame-ancestors https://адрес_вашего_Битрикс24;";
try_files $uri @bitrix;
fastcgi_pass $php_sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question