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 7 Created June 5, 2018, 6:47 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
« no previous file with comments | « modules/adblockplus/manifests/web/fileserver/repository.pp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Puppet: <%= @title %>
2
3 location / {
4 root /var/www/$host;
5 <% if @auth_file != nil -%>
6 auth_basic "Password protected";
7 auth_basic_user_file <%= @auth_filename %>;
8 <% end -%>
9 }
OLDNEW
« no previous file with comments | « modules/adblockplus/manifests/web/fileserver/repository.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld