小计: 31,200 积分
查看购物车结账
一刷新,好了
# PHP entry point for setup application location ~* ^/setup($|/) { root $MAGE_ROOT; location ~ ^/setup/index.php { fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_pass unix:/dev/shm/php-cgi.sock; fastcgi_index...