Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/discourse/files/intraforum.adblockplus.org

Issue 10630004: Make all our applications work with Nginx 1.4.1 (Closed)
Patch Set: Created May 22, 2013, 4:47 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/nagios/templates/site.erb » ('j') | modules/nagios/templates/site.erb » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/discourse/files/intraforum.adblockplus.org
===================================================================
--- a/modules/discourse/files/intraforum.adblockplus.org
+++ b/modules/discourse/files/intraforum.adblockplus.org
@@ -11,6 +11,7 @@
}
}
server {
+ listen 443 ssl;
listen [::]:443 ssl;
server_name intraforum.adblockplus.org;
ssl_certificate sites-available/adblockplus.org_sslcert.pem;
« no previous file with comments | « no previous file | modules/nagios/templates/site.erb » ('j') | modules/nagios/templates/site.erb » ('J')

Powered by Google App Engine
This is Rietveld