sync build tree from private myoffice
This commit is contained in:
+2
-1
@@ -90,12 +90,13 @@ location / {
|
||||
proxy_pass http://<myoffice-ct-ip>:9100;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
}
|
||||
```
|
||||
|
||||
In Advanced install, set **Public URL** to the browser URL so CORS / `FrontEnd:Host` match.
|
||||
In Advanced install, set **Public URL** to the exact browser URL (e.g. `https://office.ase.com.ua`) so CORS / OpenIddict issuer / `FrontEnd:Host` match.
|
||||
|
||||
## Update later
|
||||
|
||||
|
||||
Reference in New Issue
Block a user