skip to Main Content

nginx Reverse Proxy with plesk

I've already seen some answers on here and none of the solutions seem to work. I have domain.com with a wordpress install and a script running on domain.com:6000 I want to be able to have script.domain.com show what's on domain.com:6000…

VIEW QUESTION

Case insensitivity in nginx – SEO

We have several SEO pages like: http://www.example.com/PageOne.html Which we redirect in config like: location = /PageOne.html { rewrite ^/(.*) /seo.php?id=1 last; } Problem is if a user access this page by typing: http://www.example.com/pageone.html "Page Not Found" error is displaying. There…

VIEW QUESTION
Back To Top
Search