Added reverse proxy

This commit is contained in:
Per Qvarforth 2025-01-12 21:38:28 +01:00
parent eac572de99
commit 3aa3171375
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
FROM nginx:latest
COPY config/reverseproxy-default.conf /etc/nginx/conf.d/default.conf