Skip to content

Commit ba8fb0f

Browse files
author
Soeren
committed
Merge pull request #57 from attachmentgenie/patch-1
correcting variable names used for inet_server
2 parents 49dd593 + e4fdedf commit ba8fb0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/supervisord.conf.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ file=/var/run/supervisor.sock ; (the path to the socket file)
55
[inet_http_server]
66
port=<%= @inet_server_port %>
77
<% if @inet_server_user && @inet_server_pass -%>
8-
user=<%= @inet_server_user %>
9-
pass=<%= @inet_server_pass %>
8+
username=<%= @inet_server_user %>
9+
password=<%= @inet_server_pass %>
1010
<% end -%>
1111
<% end -%>
1212

0 commit comments

Comments
 (0)