summaryrefslogtreecommitdiff
path: root/community-testing/nginx/nginx.install
blob: cdad14f432f7087edb92483b1caebda8bf4f6a2b (plain)
1
2
3
4
5
6
7
8
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"
}