Closed williamdes closed 2 years ago
I did not want to spam with another issue just for that but: https://github.com/linuxserver/docker-phpmyadmin/blob/31a7872c1c86b3219116fd1f0c93c793ba99bfd9/root/defaults/nginx/site-confs/default.conf.sample#L13
This makes no sense for phpMyAdmin. Use index index.php index.html;
, only doc/ will have static html files
https://github.com/linuxserver/docker-phpmyadmin/blob/31a7872c1c86b3219116fd1f0c93c793ba99bfd9/root/defaults/nginx/site-confs/default.conf.sample#L24
This config above is not optimal because the known folders to cache are
js/
andthemes/
. So you can cache them to max age without issues :)Edit: you can also cache the entire
doc/
folder too