1
0
Fork 0

fix: Openresty 未挂载 mime.types (#1907)

This commit is contained in:
BugKing 2024-08-09 18:23:43 +08:00 committed by GitHub
parent 9cff452d38
commit 6a0c394166
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ services:
- ./conf/nginx.conf:/usr/local/openresty/nginx/conf/nginx.conf
- ./conf/fastcgi_params:/usr/local/openresty/nginx/conf/fastcgi_params
- ./conf/fastcgi-php.conf:/usr/local/openresty/nginx/conf/fastcgi-php.conf
- ./conf/mime.types:/usr/local/openresty/nginx/conf/mime.types
- ./log:/var/log/nginx
- ./conf/conf.d:/usr/local/openresty/nginx/conf/conf.d/
- ./www:/www