diff options
Diffstat (limited to 'community-testing/nginx/nginx.install')
-rw-r--r-- | community-testing/nginx/nginx.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community-testing/nginx/nginx.install b/community-testing/nginx/nginx.install new file mode 100644 index 000000000..cdad14f43 --- /dev/null +++ b/community-testing/nginx/nginx.install @@ -0,0 +1,9 @@ +post_upgrade() { + echo " >>> Since 1.2.1-2 several changes has been made in package:" + echo " - *.conf files has been moved to /etc/nginx" + echo " - /etc/conf.d/nginx has been removed" + echo " Main configuration files is set to /etc/nginx/nginx.conf" + echo " - access.log and error.log can be found in /var/log/nginx at default" + echo " - bundled *.html files has been moved to /usr/share/nginx/html" + echo " - /etc/nginx/{html,logs} symbolic links and *.default files have been removed" +} |