Skip to content

Instantly share code, notes, and snippets.

@wokamoto
wokamoto / example.com.conf
Created October 4, 2012 15:50
網元用 サブドメイン型マルチサイト WP nginx 設定例
server {
listen 80;
server_name example.com *.example.com;
root /var/www/vhosts/example.com;
index index.html index.htm;
charset utf-8;
access_log /var/log/nginx/example.com.access.log main;
error_log /var/log/nginx/example.com.error.log;