@@ -27,7 +27,7 @@ fastcgi_no_cache $http_pragma $http_authorization;
2727# fastcgi_cache_valid 301 308 1h; # cache Permanent Redirect for decrease loading to backend
2828# fastcgi_cache_valid 302 307 5s; # cache Temporary Redirect for decrease loading to backend
2929# fastcgi_cache_valid 200 0; # don't cache 200 and ANY by default
30- # fastcgi_cache_valid any 0; # see https://github.com/Friz-zy/nginx-common-configuration/README.md
30+ # fastcgi_cache_valid any 0; # see https://github.com/Friz-zy/nginx-common-configuration/blob/master/ README.md
3131
3232# if you for some reasons want to use stale (expired) cache
3333# you can enable this and add 'updating' into fastcgi_cache_use_stale
@@ -59,7 +59,7 @@ proxy_no_cache $http_pragma $http_authorization;
5959# proxy_cache_valid 301 308 1h; # cache Permanent Redirect for decrease loading to backend
6060# proxy_cache_valid 302 307 5s; # cache Temporary Redirect for decrease loading to backend
6161# proxy_cache_valid 200 0; # don't cache 200 and ANY by default
62- # proxy_cache_valid any 0; # see https://github.com/Friz-zy/nginx-common-configuration/README.md
62+ # proxy_cache_valid any 0; # see https://github.com/Friz-zy/nginx-common-configuration/blob/master/ README.md
6363
6464# if you for some reasons want to use stale (expired) cache
6565# you can enable this and add 'updating' into proxy_cache_use_stale
@@ -91,7 +91,7 @@ uwsgi_no_cache $http_pragma $http_authorization;
9191# uwsgi_cache_valid 301 308 1h; # cache Permanent Redirect for decrease loading to backend
9292# uwsgi_cache_valid 302 307 5s; # cache Temporary Redirect for decrease loading to backend
9393# uwsgi_cache_valid 200 0; # don't cache 200 and ANY by default
94- # uwsgi_cache_valid any 0; # see https://github.com/Friz-zy/nginx-common-configuration/README.md
94+ # uwsgi_cache_valid any 0; # see https://github.com/Friz-zy/nginx-common-configuration/blob/master/ README.md
9595
9696# if you for some reasons want to use stale (expired) cache
9797# you can enable this and add 'updating' into uwsgi_cache_use_stale
0 commit comments