On Sun, Jul 12, 2015 at 05:09:09PM -0400, smsmaddy1981 wrote:
Hi there,
> ISSUE: Static content is not loaded from remote server where application is
> deployed, rather it is reading from the server where NGinx is installed.
http://forum.nginx.org/read.php?2,259786,259821
You do not want to use
Hi,
ISSUE: Static content is not loaded from remote server where application is
deployed, rather it is reading from the server where NGinx is installed.
---
Nginx-1.8.0 is installed (on the server nginx.corp.stel.no)
Proxy pass to another serve
Out of thin air, I suspect it is a certificate problem.
You seem to have configured *the same* certificate (and private key) for
those 2 domains. Since certificates are generally tied to a single domain,
that could explain errors.
Another idea: have you checked nginx has been built with SNI suppor
I found myself with the same problem and found the cause (and obvious
solution).
On my nginx server I run various website and they all have their own server
{} config block in separate files under 'sites-available' folder.
Some sites are on different IP's and some are on the same IP.
Now the caus