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