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

Side by Side Diff: modules/adblockplus/templates/web/fileserver.conf.erb

Issue 29795567: #11371 - Password protection for fileserver repositories (Closed)
Patch Set: For comment 4 Created June 2, 2018, 9:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Puppet: <%= @title %>
2
3 location / {
4 root /var/www/$host;
5 <% if @auth_file -%>
mathias 2018/06/05 15:02:58 Shouldn't this check for undef/nil instead?
f.lopez 2018/06/05 18:00:44 Acknowledged.
6 auth_basic "Password protected";
7 auth_basic_user_file <%= @auth_filename %>;
8 <% end -%>
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld