Commit df548ea4 authored by Grazyna Jaworska's avatar Grazyna Jaworska
Browse files

Issue #2511772 by danwonac - Nginx: Restore support for legacy rewrites non-clean URLs

parent 563ba22d
......@@ -1118,7 +1118,6 @@ location @nobots {
###
location = /index.php {
<?php if ($satellite_mode == 'boa'): ?>
internal;
limit_conn limreq 88;
add_header X-Device "$device";
add_header X-GeoIP-Country-Code "$geoip_country_code";
......
......@@ -922,7 +922,6 @@ location ^~ /<?php print $subdir; ?> {
###
location = /<?php print $subdir; ?>/index.php {
<?php if ($satellite_mode == 'boa'): ?>
internal;
limit_conn limreq 88;
add_header X-Device "$device";
add_header X-GeoIP-Country-Code "$geoip_country_code";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment