Hi Aleksandar,
Thank you , my requirement is i need LB to redirect to same OHS server
where i have multiple httpd server's running.
Regards
"" Anto Telvin Mathew ""
On Sat, Feb 25, 2017 at 4:29 AM, Aleksandar Lazic wrote:
> Hi Anto.
>
&
Hi Team ,
Would like to know how i can configure Ngnix LB with SSL termination ?
In addition to the above would like to configure LB with multiple httpd's
with single IP . Can you guide me how i can do the same with proxy pass ?
Note : I have a single OHS server with 2 different httpd.conf files
Ok, thanks !!! ;-)
2013/4/4 Reinis Rozitis
>
>> location / {
>> rewrite^/(.*)/(.*)$ /$1/index.php?url=$2;
>>}
>>
>
> I would suggest to use try_files:
>
> location / {
>try_files $uri $uri/ /index.php?url=$uri&$args;
> }
>
>
> Personally instead of pasing the uri
hello
I have a script that works with apache but I want to migrate to nginx, I
have this rule, but maybe you can do differently optimized.
## HTACCESS
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^(.*)$ index.php?url=$1 [QSA,NC,L]