Skip to content

Commit baf4878

Browse files
committed
fix link to readme in configs
1 parent 12139bc commit baf4878

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

conf.d/cache.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

snippets/fastcgi.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ fastcgi_intercept_errors off; # nginx >= 1.15.6
3434
# fastcgi_cache_valid 301 308 1h; # cache Permanent Redirect for decrease loading to backend
3535
# fastcgi_cache_valid 302 307 5s; # cache Temporary Redirect for decrease loading to backend
3636
# fastcgi_cache_valid 200 0; # don't cache 200 and ANY by default
37-
# fastcgi_cache_valid any 0; # see https://github.com/Friz-zy/nginx-common-configuration/README.md
37+
# fastcgi_cache_valid any 0; # see https://github.com/Friz-zy/nginx-common-configuration/blob/master/README.md

snippets/proxy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ proxy_intercept_errors off;
3535
# proxy_cache_valid 301 308 1h; # cache Permanent Redirect for decrease loading to backend
3636
# proxy_cache_valid 302 307 5s; # cache Temporary Redirect for decrease loading to backend
3737
# proxy_cache_valid 200 0; # don't cache 200 and ANY by default
38-
# proxy_cache_valid any 0; # see https://github.com/Friz-zy/nginx-common-configuration/README.md
38+
# proxy_cache_valid any 0; # see https://github.com/Friz-zy/nginx-common-configuration/blob/master/README.md

0 commit comments

Comments
 (0)