feat: add openresty default ssl config
This commit is contained in:
parent
93b3fd51d8
commit
d2da216d73
|
|
@ -17,6 +17,7 @@ services:
|
|||
- ./conf/fastcgi-php.conf:/usr/local/openresty/nginx/conf/fastcgi-php.conf
|
||||
- ./conf/mime.types:/usr/local/openresty/nginx/conf/mime.types
|
||||
- ./conf/default:/usr/local/openresty/nginx/conf/default/
|
||||
- ./conf/ssl:/usr/local/openresty/nginx/conf/ssl/
|
||||
- ./log:/var/log/nginx
|
||||
- ./root:/usr/share/nginx/html
|
||||
- /etc/localtime:/etc/localtime
|
||||
|
|
|
|||
Loading…
Reference in New Issue