We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae1de0 commit 6ae3095Copy full SHA for 6ae3095
Dockerfile
@@ -78,7 +78,8 @@ COPY ./etc/service/ /etc/service/
78
RUN find /etc/service/ -name "run" -exec chmod -v +x {} \;
79
80
# copy nginx config files
81
-COPY ./etc/nginx/ /etc/nginx/
+COPY ./etc/nginx/conf.d/ /etc/nginx/conf.d/
82
+COPY ./etc/nginx/ngsinx.conf /etc/nginx/nginx.conf
83
84
# copy php config files
85
COPY ./usr/local/etc/php/ /usr/local/etc/php/
0 commit comments