Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Sep 30, 2023
2 parents 0a0ea41 + 64d824d commit d901cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/themes/servarr.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
!!! warning
If using regular subfiltering, you need to subfilter the `<body>` tag.
If using regular subfiltering, you need to subfilter the `</body>` tag.
See the example below.

#### Example

```nginx
proxy_set_header Accept-Encoding "";
sub_filter
'<body>'
'<body><link rel="stylesheet" type="text/css" href="https://theme-park.dev/css/base/<app>/<theme>.css">
'</body>'
'<link rel="stylesheet" type="text/css" href="https://theme-park.dev/css/base/<app>/<theme>.css"></body>
sub_filter_once on;
```

Expand Down

0 comments on commit d901cf7

Please sign in to comment.