Closed ujihisa closed 11 years ago
+1
userdirとユーザー毎のport、それぞれ必要という理解でOK?
ですね、userdirはcgiとstatic file専用。
(ちなみにuserdir with cgi/static fileあえてなしでport専有独立サーバ使用に限る、というのもアリだと思います)
とりあえず、 /etc/nginx/sites-enabled/tonic-water.com
location ~ ^/~(.+?)(/.*)?$ {
alias /home/$1/public_html$2;
index index.html index.htm;
#autoindex on;
}
とした. autoIndex onがいい?
tx 2 mattn-san!!
これが
http://tonic-water.com/~ujihisa/a.html
でアクセスできると便利!