我在 CentOS 7 中有 2 个服务 - nginx - php-fpm
这些服务的主要配置包括某个目录中的 *.conf。
但是,它没有读取该特定目录中的符号链接文件。
请参阅屏幕截图以获得更清晰的说明。
当我尝试将文件硬复制到某个目录时,它可以正常工作。
你知道吗?是因为 centOS 的问题吗?有配置吗?php-fpm 配置中的文档说...
; Include one or more files. If glob(3) exists, it is used to include a bunch of
; files from a glob(3) pattern. This directive can be used everywhere in the
; file.
我不确定 glob(3) 是什么意思。
请指教,