Updated git.dittmar.dev proxy settings; updated certificate domains

This commit is contained in:
2026-07-01 11:09:14 +02:00
parent c1ffa19dc3
commit d1ef6b749a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ server {
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://10.222.0.2:3000;
}
+1 -1
View File
@@ -8,7 +8,7 @@ fi
certbot_path="./data/certbot"
rsa_key_size=4096
domains=(dittmar.dev git.dittmar.dev vault.dittmar.dev cantropee.dittmar.dev)
domains=(dittmar.dev git.dittmar.dev vault.dittmar.dev api.dittmar.dev)
email="robindittmar@gmail.com" # Adding a valid address is strongly recommended
staging=0 # Set to 1 if you're testing your setup to avoid hitting request limits