Updated git.dittmar.dev proxy settings; updated certificate domains
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user