dockerfiles/base/php-nginx/7.4-alpine/conf/etc/nginx/main.conf

5 lines
170 B
Plaintext
Raw Normal View History

2022-07-20 23:24:29 +08:00
include /opt/docker/etc/nginx/global.conf;
include /opt/docker/etc/nginx/php.conf;
include /opt/docker/etc/nginx/conf.d/*.conf;
include /opt/docker/etc/nginx/vhost.conf;