Skip to content

Commit

Permalink
nginx rule for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Oct 20, 2024
1 parent 5418ca9 commit 22059d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nginx-conf/api.smartcitizen.me.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ server {
ssl_certificate_key /etc/ssl/star_smartcitizen_me.key;
root /app/public;

location ~* ^/assets {
location ~* ^/(assets|favicon.ico) {
expires max;
add_header Cache-Control public;
break;
Expand Down

0 comments on commit 22059d5

Please sign in to comment.