|
1 |
| -CacheExpires: 9000h # ~ 12 months |
| 1 | +CacheExpires: 13300h # ~ 18 months |
2 | 2 | DirectoryPath: public
|
3 | 3 | IgnoreDirectoryMissingTrailingSlash: true
|
4 | 4 | IgnoreAltMissing: true
|
@@ -56,13 +56,16 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
|
56 | 56 | # YouTube playlists sometimes give a 404, although they give a 200 when accessed via browser:
|
57 | 57 | - ^https://www.youtube.com/playlist\?list=
|
58 | 58 |
|
59 |
| - # Ignore Docsy-generated GitHub links for now |
60 |
| - - ^https?://github\.com/.*?/.*?/(new|edit)/ # view-page, edit-source etc |
61 |
| - # TODO: drop after fix to https://github.com/google/docsy/issues/1432 |
62 |
| - - ^https://github.com/open-telemetry/opentelemetry.io/commit/ # last mod |
| 59 | + # Ignore Docsy-generated GitHub links for now, until |
| 60 | + # https://github.com/google/docsy/issues/1432 is fixed |
| 61 | + - ^https?://github\.com/.*?/.*?/(new|edit|issues/new\?title)/ # view-page, edit-source etc |
| 62 | + - ^https?://github\.com/open-telemetry/opentelemetry.io/tree/ |
63 | 63 |
|
64 |
| - # Ignore links to GH repo content for now. |
65 |
| - - ^https?://github\.com/.*?/.*?/(blob|tree)/ |
| 64 | + # Ignore some links to GH repo content for now, most 4XX |
| 65 | + - ^https?://github\.com/(OpenObservability|opentracing|openzipkin|[pP]rometheus|prometheus-community|prometheus-operator|avillela|census-instrumentation|cloudevents|dotnet|googleapis|in-toto|w3c)/ |
| 66 | + - ^https?://github\.com/open-telemetry/(build-tools|community|opentelemetry-collector-contrib|opentelemetry-collector|opentelemetry-dotnet-instrumentation|opentelemetry-helm-charts|opentelemetry-java-instrumentation|opentelemetry-java|opentelemetry-operator|opentelemetry-proto|opentelemetry-python-contrib|opentelemetry-specification|oteps|semantic-conventions|sig-end-user|weaver)/ |
| 67 | + - ^https?://github\.com/open-telemetry/opentelemetry-demo/blob/main/src/(imageprovider|loadgenerator|otelcollector|.*service) |
| 68 | + # - ^https?://github\.com/.*?/.*?/(blob|tree)/ |
66 | 69 |
|
67 | 70 | # Too many redirects as the server tries to figure out the country and language,
|
68 | 71 | # e.g.: https://www.microsoft.com/en-ca/sql-server.
|
|
0 commit comments