remove extra blanks in endcsv loops

pull/29/head
Alec Muffett 2017-11-25 18:42:56 +00:00
rodzic dd5a0ffd18
commit 2650bf6d17
2 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

@ -144,7 +144,6 @@ http {
%1%
gir
;
%%ENDCSV
%%ELSE
# no foreignmap subs
@ -495,7 +494,6 @@ http {
if ( $host ~* "%1%" ) {
return %3% %2%$request_uri;
}
%%ENDCSV
%%ELSE
# no redirect_hosts
@ -507,7 +505,6 @@ http {
location ~* "%1%" {
return %3% %2%$request_uri;
}
%%ENDCSV
%%ELSE
# no redirect_locations
@ -528,7 +525,6 @@ http {
location ~* %1% {
return 200 %2%;
}
%%ENDCSV
%%ELSE
# no hardcoded_endpoints

Wyświetl plik

@ -162,14 +162,12 @@ http {
$1/$2%1%
gir
;
# for %4% -> %1% anchored with hex-encoded slashes
subs_filter
%%2F%%2F(([-0-9a-z]+\\.)+)?%6%\\b
%%2F%%2F$1%1%
gir
;
%%ENDCSV
%%ELSE
# no foreignmap subs
@ -547,7 +545,6 @@ http {
if ( $host ~* "%1%" ) {
return %3% %2%$request_uri;
}
%%ENDCSV
%%ELSE
# no redirect_hosts
@ -559,7 +556,6 @@ http {
location ~* "%1%" {
return %3% %2%$request_uri;
}
%%ENDCSV
%%ELSE
# no redirect_locations
@ -580,7 +576,6 @@ http {
location ~* %1% {
return 200 %2%;
}
%%ENDCSV
%%ELSE
# no hardcoded_endpoints