TeacherDu
TeacherDu
感觉好久没有来了,发现贵博换程序了!
杜老师说祝福博主新春快乐!
> 等我有空了解一下看是否可以实现再给你答复吧 > > 感谢建议🍺 如果需要任何资源支持,可随时联系我!
https://dusays.com/fcircle/ Docker+MySQL的方式部署。
root应该是/var/www/html/lsky/public
tree一下/var/www/html,看一下结果。
供参考 ``` server { listen 80; server_name _; index index.php; root /var/www/html/lsky/public; location / { try_files $uri $uri/ /index.php?$query_string; } location ~ [^/]\.php(/|$) { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php-fpm.sock; } }...
请先参考此https://github.com/lsky-org/lsky-pro/issues/454 如无法解决再回复
可以的啊!
是不是权限设置的问题?