Skip to content

Commit

Permalink
feat: exclude techical socket event listening
Browse files Browse the repository at this point in the history
  • Loading branch information
mebo4b committed Sep 10, 2021
1 parent 81bedd4 commit 3bfc8fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.pkg.github.com/caritasdeutschland/caritas-onlineberatung-nginx/nginx-image:dockerimage.v.1
FROM ghcr.io/caritasdeutschland/caritas-onlineberatung-nginx/nginx-image:dockerimage.v.6.release-2021-06-22
COPY ./ /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf
2 changes: 2 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ server {

location = / {
index /login.html;
expires -1;
add_header 'Cache-Control' 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
}

location / {
Expand Down

0 comments on commit 3bfc8fc

Please sign in to comment.