Skip to content

Commit d87143a

Browse files
author
Obada Haddad
committed
add some documentation about multiple domains
1 parent 05f96ef commit d87143a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

documentation/docs/Developers_and_Administrators/How-to-deploy-Codabench-on-your-server.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,4 +439,7 @@ Caddyfile :
439439
path /{$AWS_STORAGE_BUCKET_NAME}* /{$AWS_STORAGE_PRIVATE_BUCKET_NAME}*
440440
}
441441
reverse_proxy @min_bucket minio:{$MINIO_PORT}
442-
```
442+
```
443+
444+
## Codabench Instance behind a reverse proxy
445+
If you put your instance behind a reverse proxy and want that proxy to contact the instance via http or https, your `DOMAIN_NAME` might not be reachable from the outside. In this case, you can set `DOMAIN_NAME` as your internal domain name, used by the reverse proxy, and `EXTERNAL_DOMAIN_NAME` as the domain name that is known on external networks (like the internet).

0 commit comments

Comments
 (0)