tried reverse proxying with nginx to get around cross domain security problemen with basex, not working
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user