<html>
<head>
<meta content="text/html; charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Возможно-ли конвертировать такой конфиг для апача под nginx?<br>
<br>
<meta http-equiv="Content-Type" content="text/html; charset=KOI8-R">
<span class="Apple-style-span" style="border-collapse: separate;
color: rgb(0, 0, 0); font-family: Times; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
line-height: normal; orphans: 2; text-align: auto; text-indent:
0px; text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-text-decorations-in-effect: none;
-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;
font-size: medium; "><span class="Apple-style-span"
style="font-family: Verdana; font-size: 13px; "><Location
/><br style="word-wrap: break-word; ">
Require all granted<br>
RewriteEngine On<br style="word-wrap: break-word; ">
RewriteBase /<br style="word-wrap: break-word; ">
RewriteCond %{QUERY_STRING} ^url<img
src="cid:part1.01010401.05000200@sysadmins.el.kg" alt="=("
title="=(" style="word-wrap: break-word; " height="20"
width="17">.*)$ [NC]<br style="word-wrap: break-word; ">
RewriteRule .* %1 [P,L]<br style="word-wrap: break-word; ">
</Location></span></span><br>
<br>
Виртуалхост с этим локейшеном обрабатывает url типа
<a class="moz-txt-link-freetext" href="https://proxy.tld/?url=http://backend.tld/filename">https://proxy.tld/?url=http://backend.tld/filename</a> и проксирует на
соответствующий бэкенд в локалке.<br>
Насколько я понимаю, nginx не имеет опции рерайта наподобие
апачевской [P], а как иначе нарисовать - ума не приложу.<br>
</body>
</html>