-
Notifications
You must be signed in to change notification settings - Fork 153
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
Minimum required pushpin.conf? #47687
Comments
Okay, thanks to the example [global]
include={libdir}/internal.conf
[runner]
services=mongrel2,m2adapter,zurl,pushpin-proxy,pushpin-handler
http_port=7999
[proxy]
sig_key=changeme |
Hmm, nevermind, still having trouble, but at least no crashing on startup. Is there a way to extend the example config? |
You probably need some There isn't a way to extend the example config, but you could perhaps start from it and keep taking away options until you have the most minimal config that would work. |
I ended up copying the example config and editing that. Ideally, I could do the following: [proxy]
sig_key=changeme ..and it would work. Maybe some saner defaults are in order? |
I'm binding a host directory to
/etc/pushpin
with a custompushpin.conf
and I'm wondering which settings are required for Pushpin to work as expected. With a setup like this....I'm seeing the following crash on startup with these logs..
The text was updated successfully, but these errors were encountered: