User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
services:audiobookshelf [2024/08/06 13:21] – [Installation] willyservices: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 /var/log/nginx/podcast.gardiol.org_access_log main; +        access_log /var/log/nginx/podcast.mydomain.com_access_log main; 
-        error_log /var/log/nginx/podcast.gardiol.org_error_log info;+        error_log /var/log/nginx/podcast.mydomain.com_error_log info;
  
         location / {         location / {
Line 75: Line 75:
                    }                    }
  
-        include org.certbot.conf;+        include com.mydomain.certbot.conf;
 } }
 </file> </file>