您好,欢迎来到步遥情感网。
搜索
您的当前位置:首页PHP设置禁止目录索引,/var/www/html目录索引禁止

PHP设置禁止目录索引,/var/www/html目录索引禁止

来源:步遥情感网

我正在使用以下文件复制在

/etc/nginx/conf.d/default.conf

server {

listen 80;

root /var/www/html/public;

index index.php index.htm index.html;

location / {

try_files $uri /index.php$is_args$args;

}

location ~ ^/index\.php(/|$) {

include fastcgi_params;

fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

fastcgi_param DOCUMENT_ROOT $realpath_root;

fastcgi_index index.php;

fastcgi_pass 127.0.0.1:9000;

}

location ~ \.php$ {

return 404;

}

}

它在日志中给了我以下错误

*

我的文件在

www-data:www-data

我使用的是来自php:7.4-fpm如果这是相关的。

FROM php:7.4-fpm

WORKDIR /var/www/html

RUN export DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y nginx procps

COPY infrastructure/nginx/default.conf /etc/nginx/conf.d/default.conf

COPY infrastructure/entrypoint.sh /etc/entrypoint.sh

EXPOSE 80

ENTRYPOINT ["sh", "/etc/entrypoint.sh"]

谢谢你的帮助。

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- obuygou.com 版权所有 赣ICP备2024042798号-5

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务