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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user