Configure FQDN centrally via .env

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-15 12:24:42 +01:00
parent 7272017ff8
commit 397d8e7d29
5 changed files with 22 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
server {
listen 80;
listen [::]:80;
server_name location.butenostfreesen.de;
server_name __FQDN__;
location /.well-known/acme-challenge/ {
root /var/www/certbot;