fixed typo at nginx sample configuration

This commit is contained in:
B1 User 2014-05-27 11:21:23 +00:00 committed by Morris Jobke
parent 6d65df1dcc
commit 2dde112df0

View File

@ -469,7 +469,7 @@ Nginx Configuration
}
To enable SSL support:
To disable SSL support:
- Remove the server block containing the redirect
- Change **listen 443 ssl** to **listen 80;**
- Remove **ssl_certificate** and **ssl_certificate_key**.