static website
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-04-18 11:05:01 +01:00
parent b66b612b09
commit a9ad02fc44
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
ARG image
FROM $image
COPY website /www/data
COPY ./conf/do.conf /etc/nginx/user.conf.d/server._conf

View File

@ -115,6 +115,11 @@
chunked_transfer_encoding on;
server_name ${SERVER_NAME};
root /www/data;
location / {
}
location ${LOCATION} {
proxy_pass ${PROXY_PASS};