rewrite

classic85 nginx-forum на forum.nginx.org
Пт Авг 30 14:56:33 UTC 2019


Всем привет
Прошу помочь перенести редирект с IIS на NGINX

<rule name="Remove trailing slash" stopProcessing="true">
          <match url="(.*)/$" />
          <conditions>
            <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"
/>
            <add input="{REQUEST_FILENAME}" matchType="IsDirectory"
negate="true" />
          </conditions>
          <action type="Redirect" redirectType="Permanent"
url="{MapAuthority:{HTTPS}{HTTP_X_SPARK_FORWARDED_SSL}}/{R:1}" />
        </rule>

Помогите плиз. как он должен выглядеть?

Posted at Nginx Forum: https://forum.nginx.org/read.php?21,285459,285459#msg-285459



Подробная информация о списке рассылки nginx-ru