Hi Experts,
I have setup two jails on a FreeBSD host. On one of them, I have installed baikal (calendaring / contact) server. On the other jail, I have NGINX proxy. I have problems to get it working.
Baikal server is up and working and could be verified using:
Successful. However, on the nginx jail, there is no response after the redirect:
I tried to investigate through existing resources - including the network settings / ping etc. I could not get anywhere.
Any help will be appreciated.
I have setup two jails on a FreeBSD host. On one of them, I have installed baikal (calendaring / contact) server. On the other jail, I have NGINX proxy. I have problems to get it working.
Baikal server is up and working and could be verified using:
host ~ $ fetch -v http://<IP of baikal server>
resolving server address: <IP of baikal server>:80
requesting http://<IP of baikal server>
302 redirect to http://<IP of baikal server>/admin/install/
resolving server address: <IP of baikal server>
requesting http://<IP of baikal server>/admin/install/
fetch: http://<IP of baikal server>: size of remote file is not known
local size / mtime: 18826 / 1760267750
<IP of baikal server> 18 kB 118 MBps 00s
Successful. However, on the nginx jail, there is no response after the redirect:
root@nginx:~ # fetch -v http://<IP of baikal server>
resolving server address: <IP of baikal server>:80
requesting http://<IP of baikal server>
302 redirect to http://<IP of baikal server>/admin/install/
resolving server address: <IP of baikal server>:80
requesting http://<IP of baikal server>/admin/install/
fetch: http://<IP of baikal server>: Operation timed out
I tried to investigate through existing resources - including the network settings / ping etc. I could not get anywhere.
Any help will be appreciated.