Hi, guys!!
Resolved!! Thank you!!
With this code from Hummingbird:
# Enable Gzip compression
gzip on;
# Compression level (1-9)
gzip_comp_level 5;
# Don't compress anything under 256 bytes
gzip_min_length 256;
# Compress output of these MIME-types
gzip_types
application
Am 12.09.2019 um 08:08 schrieb Zeeshan Opel:
> I am trying to rewrite a url in nginx.
>
> When i am accessing mail.parco.net.pk in browser, it
> opens below link:
>
> http://mailsvr.parco.net.pk/mailsvr/mail/mailbox.nsf
> But in actual it should open http://mailsvr.parco.net.pk/mail/mailbox.nsf
Please help
On Thu, Sep 12, 2019 at 11:08 AM Zeeshan Opel wrote:
> I am trying to rewrite a url in nginx.
>
> When i am accessing mail.parco.net.pk in browser, it opens below link:
>
> http://mailsvr.parco.net.pk/mailsvr/mail/mailbox.nsf
> But in actual it should open http://mailsvr.parco.net.p
Sorry, the only random is the first part of the URI,
Following is the right description,
Dear Francis and friends,
I am sorry if I wasn't clear enough, I appreciate your help and advice
dearly.
I was thinking on creating environments dynamically, Meaning,
1. the source "host" of the URL is stat
Dear Francis and friends,
I am sorry if I wasn't clear enough, I appreciate your help and advice
dearly.
I was thinking on creating environments dynamically, Meaning,
1. the source "host" of the URL is random
2. The first field of the URI includes a random string with the environment
ID.
3. Ba