Skip to content

Commit

Permalink
Update swag-example.md
Browse files Browse the repository at this point in the history
Fix title card and punctuation
  • Loading branch information
DieselTech authored Feb 2, 2024
1 parent 6afa34f commit a5b2f5a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pages/installation/remote-access/swag-example.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: 'SWAG EXAMPLE'
---

### SWAG (Secure Web Application Gateway) Reverse Proxy Config

Place the following configuration as `kavita.subdomain.conf` in the `/nginx/proxy-confs` directory, only subdomain is supported.
Expand Down Expand Up @@ -75,4 +71,4 @@ server {
Add the following two lines under `location /` and set the FQDN of your Organizr correctly.

* `proxy_hide_header "Content-Security-Policy";`
* `add_header Content-Security-Policy "frame-ancestors https://organizr.yourdomain.tld";`
* `add_header Content-Security-Policy "frame-ancestors https://organizr.yourdomain.tld";`

0 comments on commit a5b2f5a

Please sign in to comment.