Mapping a domain name

Hi all,

We are attempting to map a domain name to our OHDSI application server. Unfortunately, I am unable to edit the ~/etc/nginx/conf.d/default.conf from:

server {
    listen       80;
    listen  [::]:80;
    server_name  localhost;

to

server {
    listen       80;
    listen  [::]:80;
    server_name  ohdsi.domain.com;

because there is no text editor in the package nor can I install one. I even put the correct file on a public server and tried to Wget it but no Wget command available.

Advice is appreciated!

John D
COO, Acumenus Data Sciences

Adding a line to volume in the docker-compose.yml will allow you to inherit any files you want into the appropriate location in the container on startup.

In this case, a default.conf file for nginx