Commit Graph

19 Commits

Author SHA1 Message Date
Torsten Dittmann 66edc186f5 Move security headers to API-only location block 2025-09-02 13:21:29 +02:00
Torsten Dittmann b1f084387e Merge pull request #1909 from appwrite/fix-disabled-cached-stricter-settings
Add cache headers for console static assets
2025-05-27 15:51:46 +02:00
Torsten Dittmann 42ce877cb8 Add cache headers for console static assets
Configure 1-day caching with revalidation for images, CSS, fonts,
and icons in the /console path to improve performance while ensuring
freshness.
2025-05-27 15:47:41 +02:00
Torsten Dittmann 680b4eecff Update docker/nginx.conf
Co-authored-by: Fabian Gruber <1951610+basert@users.noreply.github.com>
2025-05-27 15:15:13 +02:00
Torsten Dittmann 1ca27a6244 Update cache headers in nginx config
Change Cache-Control to "no-store" and add quotes to Pragma value
for more consistent cache prevention.
2025-05-27 15:04:22 +02:00
Torsten Dittmann 563cf7def8 more explicit disabled cache for /console route in nginx config 2025-05-27 15:01:09 +02:00
Torsten Dittmann 60ca8eccc9 Enable Sentry again and future-proof nginx caching configuration 2025-05-19 00:03:24 +02:00
Darshan a690b0de1e add: max-age for env. 2025-05-16 16:49:47 +05:30
Torsten Dittmann e055719503 Update docker/nginx.conf
Co-authored-by: Fabian Gruber <1951610+basert@users.noreply.github.com>
2025-04-22 17:48:04 +02:00
Torsten Dittmann 05d809e3f6 fix: disable cache for service-worker.js 2025-04-22 17:40:07 +02:00
Torsten Dittmann 1b2eace732 fix: remove service worker and adjust nginx caching 2025-04-22 16:19:23 +02:00
Torsten Dittmann 10bd5e9e30 fix: duplicate port bind 2024-09-25 10:48:44 +02:00
Torsten Dittmann 878532b5f0 fix: nginx conf compatibility with ipv4/v6 2024-09-25 10:43:02 +02:00
Torsten Dittmann 393e6cfdff fix: nginx security headers scoped to location 2024-07-18 23:47:06 +02:00
Torsten Dittmann af95073efe text: add more comments to nginx config 2024-07-18 18:30:01 +02:00
Torsten Dittmann 04da5eefaa docs: add comment to security headers 2024-07-18 18:26:53 +02:00
Torsten Dittmann a8a777f0dc feat: nginx configurations 2024-07-18 18:23:17 +02:00
Torsten Dittmann ad6826e1a5 fix: nginx port 2024-07-17 19:21:47 +02:00
Torsten Dittmann ffb7536797 feat: migrate to container 2024-07-15 20:15:11 +02:00