Skip to content

Commit

Permalink
made sure that accesses for assets are logged
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 30, 2023
1 parent 41e7478 commit cde383b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webclient/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,8 @@ http {
}

location /assets/ {
access_log off;
expires 10d;
add_header Cache-Control "public";
access_log off;
try_files $uri /404.html;
}

Expand Down

0 comments on commit cde383b

Please sign in to comment.