Skip to content

Commit

Permalink
Adding, adjust headers for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnake1298 committed Sep 5, 2024
1 parent ce13193 commit 09fe9fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/general/networking/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Create the file `/etc/nginx/sites-available/jellyfin` which will forward request

Note that a server listening on http port 80 is required for the Certbot / Let's Encrypt certificate renewal process.

### HTTPS config example

```config
server {
listen 80;
Expand Down Expand Up @@ -105,7 +107,7 @@ server {
}
```

### HTTP Example
### HTTP config example

<details>
<summary>Expand HTTP Example</summary>
Expand Down

0 comments on commit 09fe9fa

Please sign in to comment.