Answer the question
In order to leave comments, you need to log in
Nginx as proxy for plone cms?
There is a server with cms on plane. Another server acted as an apache http proxy. It was decided to virtualize it and transfer it to nginx. in apache config:
ServerName my.site.ru
RewriteEngine On
RewriteRule ^/(.*) http://192.168.88.5:8080/VirtualHostBase/http/my.site.ru:80/kf/VirtualHostRoot/$1 [L,P]
http://192.168.88.5:8080/VirtualHostBase/http/my.site.ru:80/kf/VirtualHostRoot
How to make a redirect with the substitution of the address bar to my.site.ru?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question