Re: [users@httpd] Domain level subdirectories needed

2018-04-17 Thread Eric Covener
There's a lot of overlapping, partial, and unnecessary config here including nginx config. If you want to proxy /group1 somewhere, all it takes is the absolute basics from the manual e.g. ProxyPass /group Have you tried it without all the extraneous stuff? What happened? What did the logs say?

[users@httpd] Domain level subdirectories needed

2018-04-17 Thread Pankaj Singh
Hi Team, We need to append multiple subdirectories and the content should be serve from some other container where we proxied the request. Order deny,allow Allow from all RewriteEngine On RewriteRule ^(.*)$ https://domain.example.com [R=301,L] Se