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

Unified Diff: modules/web/templates/site.conf.erb

Issue 5889762565029888: Issue 2104 - Set up a test server for adblockplus.org content (Closed)
Patch Set: Created March 13, 2015, 3:56 p.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
Index: modules/web/templates/site.conf.erb
===================================================================
--- a/modules/web/templates/site.conf.erb
+++ b/modules/web/templates/site.conf.erb
@@ -1,15 +1,16 @@
expires 1d;
root /var/www/<%= vhost %>;
index index;
default_type text/html;
+charset utf-8;
-<% if custom_config %>
+<% if @custom_config %>
<%= custom_config %>
Felix Dahlke 2015/03/13 16:24:10 I think we need to add the @ here too - it's eithe
Wladimir Palant 2015/03/13 16:27:06 Frankly, I have no idea about the significance of
Felix Dahlke 2015/03/13 16:33:34 Having read up on this, @ apparently has special s
<% end %>
# Match Accept-Language header against available languages
set $preferredLang "";
if ($http_accept_language ~ ^(\w\w)-(\w\w)\b)
{
« manifests/webserver.pp ('K') | « modules/private-stub/files/beta.adblockplus.org_sslcert.pem ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld