wcdean / go-time-cloud

0 stars 0 forks source link

17347 - Build a LEMP stack (Linux, NGINX, MySQL, PHP) - Ubuntu #69

Open wcdean opened 8 years ago

wcdean commented 8 years ago

Testing and editing for 17347 - Build a LEMP stack (Linux, NGINX, MySQL, PHP) - Ubuntu

wcdean commented 8 years ago

MySQL and PHP need sudo update-rc.d SERVICENAME defaults to set them to start up on server boot

wcdean commented 8 years ago

server_name [yourservername]; needs to be fixed to define as IP address or FQDN

wcdean commented 8 years ago

I made some substantial technical edits in here to fix problems with the default server block setup. This also let me get the Debian guide better aligned from its previous state, since the guides are so similar.