kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: comment out static asset caching configuration in nginx.conf

Andrej a8753c4e 4e696ab7

+6 -6
+6 -6
apps/web/nginx.conf
··· 24 24 } 25 25 26 26 # Cache static assets 27 - location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ { 28 - root /usr/share/nginx/html; 29 - expires 30d; 30 - add_header Cache-Control "public, max-age=2592000"; 31 - access_log off; 32 - } 27 + # location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ { 28 + # root /usr/share/nginx/html; 29 + # expires 30d; 30 + # add_header Cache-Control "public, max-age=2592000"; 31 + # access_log off; 32 + # } 33 33 }