Commit Graph

3 Commits (f4df9203092e961c0a07ae60b60ebb9e79f3a047)

Author SHA1 Message Date
Willy Barro f4df920309 Improvements on nginx plugin. Fixed nginx_reload and added NGINX_PID_PATH variable.
- Modify nginx_reload function to use the correct "-s reload" attribute on nginx executable.
- Add NGINX_PID_PATH variable on bash_profile.template.bash to allow users to provide pid files on any directory, not just on $NGINX_PATH/logs/.
- Modify nginx_restart to call nginx_stop and nginx_start
- Add path information on pid not found error.
2012-10-17 16:52:50 -03:00
Erich Smith 08e439c4f0 update plugin management 2012-05-13 22:13:54 -04:00
Erich Smith 55e77deac1 standardize plugins, update metadata
add about-plugin metadata
chmod -x plugins
cleanup filenames to standardize on x.plugin.bash format
only plugin files intended to be executable from the command line should
contain a shebang line, and should be a+x.
2012-05-13 22:13:54 -04:00