Skip to content

Commit acfbe67

Browse files
Merge pull request #2764 from appwrite/feat-profiles-404-cache-headers
2 parents e542383 + bf5db01 commit acfbe67

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker/nginx.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ server {
88

99
# Only cache files in /console/_app/immutable/ for 1 year
1010
location /console/_app/immutable/ {
11-
try_files $uri =404;
12-
1311
expires 1y;
1412
add_header Pragma public;
1513
add_header Cache-Control "public";

0 commit comments

Comments
 (0)