Hi
I am new to web server set up. Have tried to set orthanc server with ip as below.
So able to access with url along ip address, when im in same sub network.
url: http://192.168.0.103:8042/app/explorer.html
config:
“DicomWeb” : {
“Servers” : {
“sample” : {
“Url” : “http://192.168.0.103:8042/dicom-web/”,
Now i want to setup to access through the internet(https) instead IP address, when they are not in same sub network also.
like url as test https://testorthanc.com/dicom-web/
Can you suggest configurations.
Thanks in advance