From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/nginx/nginx.install | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 community/nginx/nginx.install (limited to 'community/nginx/nginx.install') diff --git a/community/nginx/nginx.install b/community/nginx/nginx.install new file mode 100644 index 000000000..0daccc639 --- /dev/null +++ b/community/nginx/nginx.install @@ -0,0 +1,15 @@ +post_upgrade() { + if [[ $(vercmp $2 1.2.7-4) -le 0 ]]; then + chmod 750 var/log/nginx + chown http:log var/log/nginx + fi + if [[ $(vercmp $2 1.2.1-2) -le 0 ]]; then + echo " >>> Since 1.2.1-2 several changes has been made in package:" + echo " - *.conf files have been moved to /etc/nginx" + echo " - /etc/conf.d/nginx has been removed" + echo " Main configuration file is set to /etc/nginx/nginx.conf" + echo " - access.log and error.log can be found in /var/log/nginx by default" + echo " - bundled *.html files have been moved to /usr/share/nginx/html" + echo " - /etc/nginx/{html,logs} symbolic links and *.default files have been removed" + fi +} -- cgit v1.2.3-54-g00ecf