GithubHelp home page GithubHelp logo

beonpush hiden code about nginx-module-vts HOT 3 CLOSED

vozlt avatar vozlt commented on July 20, 2024
beonpush hiden code

from nginx-module-vts.

Comments (3)

vozlt avatar vozlt commented on July 20, 2024

I am not exactly sure what you are asking, but there is no hardcoded status or status2 in the source code, so there should be no difference.

Please try to access without rewrite or status only server{} or other port as follows:

http {
    vhost_traffic_status_zone;

    ...

    server {

        server_name status.example.com;

        location /status {
            vhost_traffic_status_display;
            vhost_traffic_status_display_format html;
        }
    }
}
http {
    vhost_traffic_status_zone;

    ...

    server {
        listen 1981;
        server_name status.example.com;

        location /status {
            vhost_traffic_status_display;
            vhost_traffic_status_display_format html;
        }
    }
}

FYI. It will work as long as the strings match regardless of length.
/status == /statusabc == /status1 == /status...

from nginx-module-vts.

bits16 avatar bits16 commented on July 20, 2024

The matter is that if this website isn't available, then monitoring of hosts as from this website js and css files judging by the log of the server are loaded isn't loaded

from nginx-module-vts.

vozlt avatar vozlt commented on July 20, 2024

I am sorry that the explanation is so convoluted for me.
Please explain to me one more time as follows:

  1. nginx configuration
  2. requests
  3. responses
  4. logs

from nginx-module-vts.

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.