Welcome!
Log In
Create A New Profile
Home
>
Mailing Lists
>
Nginx Mailing List - English
> Topic
Advanced
Re: Why can't I use the "ssl" modified on more than one listen statement?
Previous Message
Next Message
Forum List
Message List
New Topic
Print View
portante
September 21, 2010 01:44PM
Registered: 14 years ago
Posts: 6
Sorry, I meant to include my updated configuration example:
[code]
ssl_certificate common.crt;
ssl_certificate_key common.key;
server {
listen 80;
server_name www.nginx.org;
...
}
server {
listen 443 ssl;
server_name secure.nginx.org;
...
}
server {
listen 80;
server_name images.nginx.org;
include images.location;
}
server {
listen 443 ssl;
server_name images.nginx.org;
include images.location;
}
[/code]
Reply
Quote
RSS
Subject
Author
Posted
Why can't I use the "ssl" modified on more than one listen statement?
portante
September 21, 2010 11:39AM
Re: Why can't I use the "ssl" modified on more than one listen statement?
Maxim Dounin
September 21, 2010 12:10PM
Re: Why can't I use the "ssl" modified on more than one listen statement?
portante
September 21, 2010 01:42PM
Re: Why can't I use the "ssl" modified on more than one listen statement?
portante
September 21, 2010 01:44PM
Re: Why can't I use the "ssl" modified on more than one listen statement?
portante
September 25, 2010 11:00AM
Re: Why can't I use the "ssl" modified on more than one listen statement?
Igor Sysoev
September 27, 2010 06:14AM
Sorry, only registered users may post in this forum.
Click here to login
Online Users
anurkuma
Guests: 228
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024