We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FRONTEND_URL = /yii2admin/frontend/web BACKEND_URL = /yii2admin/backend/web STORAGE_URL = /yii2admin/storage
# 前台重写 location /yii2admin/frontend/web/ { try_files $uri /yii2admin/frontend/web/index.php?$args; } # 后台重写 location /yii2admin/backend/web/ { try_files $uri /yii2admin/backend/web/index.php?$args; }
(原doc/nginx.conf示例文件中没有这一部分,经测试,可用)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
.env文件:
FRONTEND_URL = /yii2admin/frontend/web
BACKEND_URL = /yii2admin/backend/web
STORAGE_URL = /yii2admin/storage
nginx.conf文件:
(原doc/nginx.conf示例文件中没有这一部分,经测试,可用)
The text was updated successfully, but these errors were encountered: