上传图片时创建文件夹的权限问题
RexLee0929 opened this issue · 3 comments
RexLee0929 commented
RexLee0929 commented
RexLee0929 commented
lskypro.** {
root * /var/www/LskyPro/public
encode gzip
file_server
try_files {path} {path}/ /index.php?{query_string}
php_fastcgi unix//run/php/php8.1-fpm.sock {
env SERVER_PORT {server_port}
env REMOTE_ADDR {remote_host}
}
log {
output file /var/log/caddy/lskypro.rexlee.click-access.log
level INFO
}
reverse_proxy /octane/* 127.0.0.1:8110 {
header_up Host {http.request.host}
header_up X-Real-IP {http.request.remote}
}
}
wisp-x commented
使用了 octane 吗?这样确实会导致这样的问题,因为 octane 使用 root 用户启动的,这样创建的文件夹用户组也会属于 root,目前这方面没有优化。