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: Uploaded a file by mistake Created June 1, 2018, 5:02 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_users.empty? -%>
6 auth_basic "Password protected";
7 auth_basic_user_file <%= @auth_file%>;
8 <% end -%>
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld