static website
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
b66b612b09
commit
a9ad02fc44
|
@ -1,3 +1,4 @@
|
||||||
ARG image
|
ARG image
|
||||||
FROM $image
|
FROM $image
|
||||||
|
COPY website /www/data
|
||||||
COPY ./conf/do.conf /etc/nginx/user.conf.d/server._conf
|
COPY ./conf/do.conf /etc/nginx/user.conf.d/server._conf
|
|
@ -116,6 +116,11 @@
|
||||||
|
|
||||||
server_name ${SERVER_NAME};
|
server_name ${SERVER_NAME};
|
||||||
|
|
||||||
|
root /www/data;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
}
|
||||||
|
|
||||||
location ${LOCATION} {
|
location ${LOCATION} {
|
||||||
proxy_pass ${PROXY_PASS};
|
proxy_pass ${PROXY_PASS};
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue