Hi.
i have a setting problem.
I want all request "http" --> "https"
But, some location is "https" --> "http".
ALL Location : https
/companyBrand.do : http only
i saw error that "too many redirects"
What's problem?
---
i just built the latest mainline nginx from source on fedora 21 (64bit) and
when i run: service nginx start
i see:
Redirecting to /bin/systemctl start nginx.service
Failed to start nginx.service: Unit nginx.service failed to load: No such
file or directory.
i've searched around online and so fa
Let's say that we have two virtual hosts serving two domains: blog.com and
store.com. Let's suppose that we need to apply the following limits:
- blog.com: no more than 5 connections per ip, and no more than 50 total
connections to the virtual host
- store.com: no more than 10 connections per ip,
I found the problem with the Y.
It was this "[PHP] echo date(Y);[/PHP]" code in my CMS content, where the Y
not was quoted 'Y'.
I changed it to "[PHP] echo date('Y');[/PHP]" and all went fine now.
The [PHP] is just a replacement tag of the CMS, where you can render PHP
code in the system.
All work
20:43 19-3-2015 nginx 1.7.11.3 Gryphon
Based on nginx 1.7.11 (19-3-2015, last changeset 6024:199c0dd313ea) with;
+ Openssl-1.0.1m (CVE-2015-0204, CVE-2015-0286, CVE-2015-0287,
CVE-2015-0289,
CVE-2015-0292, CVE-2015-0293, CVE-2015-0209, CVE-2015-0288)
* In some cases the nginx processes won't sto
Hi,
I have the following configuration. Why are a missing .html file, and
the requests for favicon.ico (also missing), all result in a "bad
gateway" error.? The error log shows that the request is passed to
uwsgi, which is aborting 502.
I would have expected the last two configurations to b
Update:
The original error "SSL3_CTX_CTRL:called a function you should not cal" is
no longer on the logs.
The last occurrence dates back to early february:
2015/02/03 20:23:30 [alert] 69020#0: *16 ignoring stale global SSL error
(SSL: error:14085042:SSL routines:SSL3_CTX_CTRL:called a function
Can't say I have ever heard of Nginx being used like that but would be
interesting if it could. If you are worried about RDP exposure you can
always lock down RDP access to a certain IP. All of our servers (RDP) are
locked down to just 2 staff VPN IPs.
Lorne
On Thu, Mar 19, 2015 at 2:44 PM, blaso
Hi Guys,
I do have couple of microsoft servers which are being accessed over the
internet using RDP. Would like to know if nginx can be used as a reverse
proxy for RDP servers without exposing my original servers?
Can someone guide me plss
Posted at Nginx Forum:
http://forum.nginx.org/read.
Hello. We are trying to use the nginx rewrite rule, without the application
of URL decoding. The relevant portion of our test configuration is:
location ~ ^/p/stratus.* {
include conf.d/hosts.conf;
>From what I can see in the forum archives, the mail/imap proxy does not
support encrypted connections to a backend imap server. This still appears
to be the case with the latest mainline version. Are there any plans to add
that? It would be really great if our nginx imap proxy server could talk
On Wednesday 18 March 2015 19:11:18 Mark Mielke wrote:
> Hi Valentin:
>
> Are you talking about the same "push" as I am? HTTP/2, or at least SPDY,
> had the ability to *push* content like CSS in advance of the request,
> pushing content into the browsers cache *before* it needs it.
Yes, about tha
On 03/19/15 15:29, Дилян Палаузов wrote:
Can you tell me, why doesn't nginx support all ciphers printed by openssl cipher
using the same cipher-string?
Some cipher suites depend on certificate type.
E. g. for ECDHE-ECDSA-* you need ECC-based certificate.
__
Hello,
I have nginx linked openssl 1.0.2 and nginx and configured with
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384
EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH CAMELLIA
SHA256 SHA384 !aNULL !eNULL !LOW -3DES !MD5 !EX
14 matches
Mail list logo