Good Morning All,
I post on this site because I’ve got an issue on the IcingaWeb configuration. I would like execute this step http://servername:9000/icingaweb2/setup but this one not display.
When I test with curl to trap the error I ve got that:
curl -vk -H “User-Agent: RuxitSynthetic/1.0” “127.0.0.1:9000/icingaweb2/setup/”
- About to connect() to 127.0.0.1 port 9000 (#0)
- Trying 127.0.0.1…
- Connected to 127.0.0.1 (127.0.0.1) port 9000 (#0)
GET /icingaweb2/setup/ HTTP/1.1
Host: 127.0.0.1:9000
Accept: /
User-Agent: RuxitSynthetic/1.0
< HTTP/1.1 302 Found
< Date: Tue, 16 Mar 2021 10:21:37 GMT
< Server: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.2k-fips
< Location: https://servername/icingaweb2/icingaweb2/setup/
< Content-Length: 243
< Content-Type: text/html; charset=iso-8859-1
<
Found
The document has moved here.
Can you tell me where this one can be modified please ? Normally it s https://servername/icingaweb2/setup/ where this one is configured please ?Thanks for your help