Skip to content

Commit 0d7d4d1

Browse files
author
Maxime Jobin
committed
Changed caching delays
1 parent e848d76 commit 0d7d4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ That's it.
7070
## <a name='configuration'>Configuration</a>
7171
There is no configuration to do.
7272

73-
By default, files such as CSS, JS and images are cached for 30 days (`expires 30d;`). As of the latest Nginx stable version, it is not possible to set these values into variables. You can manually change the values if needed.
73+
By default, files such as CSS, JS and medias (images, fonts, ...) are cached until December 31st, 2037 (`expires max;`). As of the latest Nginx stable version, it is not possible to set these values into variables. You can manually change the values if needed.
7474

7575
## <a name='debug'>Debug</a>
7676
You may want to check if your files are served directly by Nginx and not calling any PHP. To do that, open the `rocket-nginx.conf` file and change the debug value from:

0 commit comments

Comments
 (0)