Skip to content

7

Choose a tag to compare

@Justintime50 Justintime50 released this 23 Jul 16:34
· 76 commits to main since this release
  • Changes nginx config path from /etc/nginx/conf.d/*.conf to /etc/nginx/http.d/*.conf as this was altered in Alpine 3.14/15
  • Pins dependencies to their major versions
  • Changes default location from /var/www/html to /var/www/html/public, this will allow Laravel applications to use the same nginx config without the need to change anything.
  • Changes nginx landing page to PHP Info
  • Improved OPcache performance by allowing more memory
  • Remove build cache when finished to reduce image size
  • Moved opcache config from the Dockerfile to a separate ini file, enabled JIT compiling
  • Expire static asset caching after 30 days in nginx config
  • Deny access to non-site or public assets in nginx config
  • Turns off nginx version info on publicly accessible pages
  • Due to Docker autobuilds becoming a paid service, the latest tag will now be built via GitHub Actions on any push to the main branch.
  • Updates various pieces of documentation