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;
}