Skip to content

Instantly share code, notes, and snippets.

View chris's full-sized avatar
🏠
Working from home

Chris Bailey chris

🏠
Working from home
View GitHub Profile
# This is for a WordPress installed at /var/www/wordpress/blog, and accessed at http://www.example.com/blog.
server {
listen 80;
server_name blog.example.com;
root /var/www/wordpress;
index index.php;
access_log /var/log/nginx/blog.access.log;
error_log /var/log/nginx/blog.error.log notice;