351
100
2231
管理员
您需要 登录 才可以下载或查看,没有账号?立即注册
location / { try_files $uri @opencart; } location @opencart { rewrite ^/sitemap.xml$ /index.php?route=extension/feed/google_sitemap last; rewrite ^/googlebase.xml$ /index.php?route=extension/feed/google_base last; rewrite ^/payment_callback/(.*) /index.php?route=extension/payment/$1/callback last; rewrite ^/callback/(.*) /index.php?route=extension/module/social/login&provider=$1 last; rewrite ^/system/download/(.*) index.php?route=error/not_found last; rewrite ^/blog$ /index.php?route=panda/blog last; rewrite ^/(.+)$ /index.php?_route_=$1 last; } location /admin/ { index index.php; } location = /robots.txt { allow all; } location ~* (\.(js|css|png|jpg|jpeg|gif|ico|otf|eot|svg|ttf|woff|woff2))$ { expires max; } location ~* (\.(tpl|ini|twig|log))$ { deny all; }
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|桐木舟论坛
GMT+8, 2025-7-11 22:35 , Processed in 0.043652 second(s), 21 queries .
Powered by Discuz! X3.4
© 2001-2023 Discuz! Team.