#228 use nginx as proxy

This commit is contained in:
Jan Prochazka
2022-02-26 09:54:14 +01:00
parent 6113547304
commit 462f985406
5 changed files with 57 additions and 2 deletions

3
test/nginx/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx
COPY nginx.conf /etc/nginx/nginx.conf