Hi,
This is my configuration:
local.cfg -
dspace.server.url = http://[IP]:8080/server
dspace.ui.url = http://[IP]:4000
config.prod.yml -
ui:
ssl: false
host: [IP]
port: 4000
nameSpace: /
rest:
ssl: false
host: [IP]
port: 8080
nameSpace: /server
My backend was working with IP but frontend was not working with IP. I want to access both in production environment through IP