Giter VIP home page Giter VIP logo

Comments (3)

perezale avatar perezale commented on July 17, 2024

Hi!
I was facing the same issue. The nginx service running on port 80 is just a reverse proxy for the actual shinken web server.
If you seek inside the "shinken" folder you'll see the shinken_nginx.cfg file. This is the file you should update. The problem is that the docker image is already built and you should rebuild it with docker-compose. (Which didn't build correctly for me)
So far, one alternative is to use thruk UI which works ok without any unwanted redirection.

Hope this helps! I'll keep you updated if I make any progress customizing the nginx reverse proxy

from docker_shinken.

Sanafan avatar Sanafan commented on July 17, 2024

Facing the same issue right now... i already edited the port inside the shinken_nginx.conf file but this doesn't change anything. I'm not able to run shinken right now on my RS3618xs Synology NAS inside Docker

from docker_shinken.

XonneX avatar XonneX commented on July 17, 2024

Replace proxy_set_header Host $host; with proxy_set_header Host $http_host; in the nginx configuration file at /etc/nginx/sites-enabled/shinken_nginx.conf.
$http_post contains the hostname and the requested port.

from docker_shinken.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.