mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2026-04-23 00:27:05 +08:00
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
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;
|