标签:app class highlight nginx oca inf set ash index
server { listen 8092; server_name *.xxx.com; root /home/users/cuijian04/odp302/app/phpmyadmin; set $php_upstream ‘unix:/home/users/cuijian04/odp302/var/hhvm.sock‘; location ~ ^/themes/ { root /home/users/cuijian04/odp302/app/phpmyadmin/; break; } location / { root /home/users/cuijian04/odp302/app/phpmyadmin; fastcgi_pass $php_upstream; fastcgi_index index.php; include fastcgi.conf; } location ~* \.php$ { index index.php fastcgi_index index.php; fastcgi_pass $php_upstream; fastcgi_split_path_info ^(.+\.php)(.*)$; include fastcgi.conf; } }
标签:app class highlight nginx oca inf set ash index
原文地址:http://www.cnblogs.com/thrillerz/p/6040724.html