Welcome! Log In Create A New Profile

Advanced

Re: Primary script unknown error - can't figure out how to fix

All files from this thread

File Name File Size   Posted by Date  
smime.p7s 6 KB open | download GreenGecko 01/08/2013 Read message
smime.p7s 6 KB open | download GreenGecko 01/08/2013 Read message
Patrick Lists
January 08, 2013 03:40PM
On 01/08/2013 08:44 PM, Steve Holdoway wrote:
> At first glance I can't see anything listening on port 443.

Thanks Steve. It was a copy & paste error. Here's what it really should be:

server {
listen IP:80; # IPv4
listen IP:80; # IPv6

server_name piwik.mydomain.com;

# always redirect to the ssl version
rewrite ^ https://$server_name$request_uri? permanent;
}

server {
listen IP:443 ssl; # IPv4
listen IP:443 ssl ;

## SSL config
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5:!RC4;
ssl_prefer_server_ciphers on;

....


The SSL part works fine.

Regards,
Patrick


_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Primary script unknown error - can't figure out how to fix

Patrick Lists January 08, 2013 02:10PM

Re: Primary script unknown error - can't figure out how to fix

GreenGecko January 08, 2013 02:46PM

Re: Primary script unknown error - can't figure out how to fix

Patrick Lists January 08, 2013 03:40PM

Re: Primary script unknown error - can't figure out how to fix

Francis Daly January 08, 2013 03:12PM

Re: Primary script unknown error - can't figure out how to fix

Patrick Lists January 08, 2013 04:40PM

Re: Primary script unknown error - can't figure out how to fix Attachments

GreenGecko January 08, 2013 04:46PM

Re: Primary script unknown error - can't figure out how to fix

Patrick Lists January 08, 2013 04:58PM

Re: Primary script unknown error - can't figure out how to fix Attachments

GreenGecko January 08, 2013 05:12PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 283
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready