summarylogtreecommitdiffstats
path: root/nginx_ensite.install
blob: 7ce3975afd6997afce320eff800ce13d39165952 (plain)
1
2
3
4
5
post_install() {
  	cat <<- EOF
                    Ensure to to have include /etc/nginx/sites-enabled/*; in your nginx.conf's http block.
	EOF
}