I created a html site. sudo ee site create example.com --html
add an index.html page in webroot folder(/var/www/example.com/htdocs)
chown -R www-data:www-data /var/www/example.com/
ls -l /var/www/example.com/htdocs/index.html result: -rw-r–r-- 1 www-data www-data
always shows welcome to nginx page.
I delete html site and create wp site sudo ee site create example.com --wp
show wp homepage.