Dugan Chen's Homepage

Various Things

LEMP on Slackware

I’ve gotten to really like the nginx web server. Here’s how to set it up on Slackware. Nginx Just install the nginx SlackBuild from SlackBuilds.org. Then make nginx’s startup script executable, and start it. Browse to http://localhost/, and you should see nginx’s start page. Add the following to /etc/rc.d/rc.local, so that nginx is started on […]