每日一句 ( 20241222 )  

Rivers know this: there is no hurry. We shall get there some day.

河流知道這一點(diǎn):無(wú)需匆忙。我們終有一日會(huì)到達(dá)。———— A. A. Milne

yaf框架在nginx中的vhost配置

記錄一下我在vagrant+puphpet環(huán)境下的yaf框架配置:server { listen *:80; server_name live.dev ; client_max_body_size 1m; root /var/www/live/public; index index.html index.htm index.php; access_log /var/log/nginx/nxv_4p4tpexsdaaa.access.log; error_log /var/log/nginx/nxv_4p4tpexsdaaa.error.log; location ~ \.php$ { fastcgi_index...