add simple hs pattern

This commit is contained in:
grillazz
2025-09-02 13:14:50 +02:00
parent 6a976e0123
commit ca89d54513
4 changed files with 111 additions and 2 deletions

3
nginx/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf