P
P
Puma Thailand2016-10-17 17:46:45
Apache HTTP Server
Puma Thailand, 2016-10-17 17:46:45

How to remove port from apache redirect behind nginx?

есть вот такой редирект
RewriteCond %{QUERY_STRING} (?:^|&)page=([0-9]+)
RewriteRule ^(.*)$ /$1?list_prop_products=-page=%1 [R=301,L]
После редиректа получается ссылка с портом 8080, так как апач находится за нгинксом и висит на порту 8080
пробовал UseCanonicalName on
не помогает почему то
UseCanonicalPhysicalPort тоже пробовал

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question