Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| services:audiobookshelf [2024/08/06 13:21] – [Installation] willy | services:audiobookshelf [2026/06/04 08:48] (current) – willy | ||
|---|---|---|---|
| Line 55: | Line 55: | ||
| <file - audiobookshelf.conf> | <file - audiobookshelf.conf> | ||
| server { | server { | ||
| - | server_name podcast.gardiol.org; | + | server_name podcast.mydomain.com; |
| listen 8443 ssl; # external access | listen 8443 ssl; # external access | ||
| listen 443 ssl; # internal access | listen 443 ssl; # internal access | ||
| - | access_log / | + | access_log / |
| - | error_log / | + | error_log / |
| location / { | location / { | ||
| Line 75: | Line 75: | ||
| } | } | ||
| - | include | + | include |
| } | } | ||
| </ | </ | ||