tried reverse proxying with nginx to get around cross domain security problemen with basex, not working

This commit is contained in:
2019-07-23 17:07:19 +02:00
parent c27037ff16
commit 77c68f4dd5
6 changed files with 97 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM nginx:latest
COPY ./bashrc /root/.bashrc
COPY ./inputrc /root/.inputrc
COPY ./index.html /var/www/html/index.html
# COPY ./default.conf /etc/nginx/conf.d/default.conf
COPY ./default.conf /etc/nginx/nginx.conf