Skip to content

Commit

Permalink
Adding, adjust headers
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnake1298 committed Sep 5, 2024
1 parent 09fe9fa commit e883026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/general/networking/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ When connecting to server from a client application, enter `http(s)://DOMAIN_NAM

Set the [base URL](/docs/general/networking#base-url) field in the Jellyfin server. This can be done by navigating to the Admin Dashboard -> Networking -> Base URL in the web client. Fill in this box with `/jellyfin` and click Save. The server will need to be restarted before this change takes effect.

### HTTPS config example
### HTTPS subpath example

```conf
# Jellyfin hosted on https://DOMAIN_NAME/jellyfin
Expand Down Expand Up @@ -257,7 +257,7 @@ server {
}
```

### HTTP config example
### HTTP subpath example

:::caution

Expand Down

0 comments on commit e883026

Please sign in to comment.