Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete http_username, http_password from skel/sample.conf #782

Closed
jvanasco opened this issue Jul 9, 2016 · 1 comment
Closed
Labels

Comments

@jvanasco
Copy link

jvanasco commented Jul 9, 2016

These lines in the config file seem wrong

https://github.com/Supervisor/supervisor/blob/master/supervisor/skel/sample.conf#L52-L53

[supervisorctl]
...
;username=chris              ; should be same as http_username if set
;password=123                ; should be same as http_password if set

I think they are supposed to read

[supervisorctl]
...
;username= user              ; should be same as username if set in unix_http_server or inet_http_server
;password=123                ; should be same as password if set in unix_http_server or inet_http_server
@mnaberez
Copy link
Member

mnaberez commented Jul 9, 2016

Yes, it looks like we missed updating these comments. http_username and http_password are old options that were removed in Supervisor 3.

@mnaberez mnaberez added the docs label Aug 5, 2016
@mnaberez mnaberez changed the title config file may be misleading/wrong Remove obsolete http_username, http_password from skel/sample.conf Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants