Giter VIP home page Giter VIP logo

docker-nginx-vhost's People

Watchers

 avatar

docker-nginx-vhost's Issues

inspect

$ sudo docker network inspect abc

[
    {
        "Name": "abc",
        "Id": "d771db03b3fa303ce04ac1df4113fd90d1b8897856417cc071e8350f0e860397",
        "Created": "2024-02-14T12:48:09.433036242+09:00",
        "Scope": "local",
        "Driver": "bridge",
        "EnableIPv6": false,
        "IPAM": {
            "Driver": "default",
            "Options": {},
            "Config": [
                {
                    "Subnet": "172.19.0.0/16",
                    "Gateway": "172.19.0.1"
                }
            ]
        },
        "Internal": false,
        "Attachable": false,
        "Ingress": false,
        "ConfigFrom": {
            "Network": ""
        },
        "ConfigOnly": false,
        "Containers": {},
        "Options": {},
        "Labels": {}
    }
]

lb에 default.conf 수정 반영 이후 restart 안됨

증상

  • lb에 default.conf 수정 반영 이후 restart 안됨

로그

/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2024/02/14 02:17:14 [notice] 1#1: using the "epoll" event method
2024/02/14 02:17:14 [notice] 1#1: nginx/1.25.3
2024/02/14 02:17:14 [notice] 1#1: built by gcc 12.2.0 (Debian 12.2.0-14)
2024/02/14 02:17:14 [notice] 1#1: OS: Linux 5.15.133.1-microsoft-standard-WSL2
2024/02/14 02:17:14 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2024/02/14 02:17:14 [notice] 1#1: start worker processes
2024/02/14 02:17:14 [notice] 1#1: start worker process 29
2024/02/14 02:17:14 [notice] 1#1: start worker process 30
2024/02/14 02:17:14 [notice] 1#1: start worker process 31
2024/02/14 02:17:14 [notice] 1#1: start worker process 32
2024/02/14 02:17:14 [notice] 1#1: start worker process 33
2024/02/14 02:17:14 [notice] 1#1: start worker process 34
2024/02/14 02:17:14 [notice] 1#1: start worker process 35
2024/02/14 02:17:14 [notice] 1#1: start worker process 36
2024/02/14 03:11:18 [notice] 1#1: signal 3 (SIGQUIT) received, shutting down
2024/02/14 03:11:18 [notice] 29#29: gracefully shutting down
2024/02/14 03:11:18 [notice] 30#30: gracefully shutting down
2024/02/14 03:11:18 [notice] 31#31: gracefully shutting down
2024/02/14 03:11:18 [notice] 32#32: gracefully shutting down
2024/02/14 03:11:18 [notice] 35#35: gracefully shutting down
2024/02/14 03:11:18 [notice] 34#34: gracefully shutting down
2024/02/14 03:11:18 [notice] 36#36: gracefully shutting down
2024/02/14 03:11:18 [notice] 31#31: exiting
2024/02/14 03:11:18 [notice] 30#30: exiting
2024/02/14 03:11:18 [notice] 34#34: exiting
2024/02/14 03:11:18 [notice] 29#29: exiting
2024/02/14 03:11:18 [notice] 35#35: exiting
2024/02/14 03:11:18 [notice] 36#36: exiting
2024/02/14 03:11:18 [notice] 33#33: gracefully shutting down
2024/02/14 03:11:18 [notice] 32#32: exiting
2024/02/14 03:11:18 [notice] 30#30: exit
2024/02/14 03:11:18 [notice] 29#29: exit
2024/02/14 03:11:18 [notice] 35#35: exit
2024/02/14 03:11:18 [notice] 31#31: exit
2024/02/14 03:11:18 [notice] 36#36: exit
2024/02/14 03:11:18 [notice] 32#32: exit
2024/02/14 03:11:18 [notice] 34#34: exit
2024/02/14 03:11:18 [notice] 33#33: exiting
2024/02/14 03:11:18 [notice] 33#33: exit
2024/02/14 03:11:18 [notice] 1#1: signal 17 (SIGCHLD) received from 30
2024/02/14 03:11:18 [notice] 1#1: worker process 30 exited with code 0
2024/02/14 03:11:18 [notice] 1#1: signal 29 (SIGIO) received
2024/02/14 03:11:18 [notice] 1#1: signal 17 (SIGCHLD) received from 34
2024/02/14 03:11:18 [notice] 1#1: worker process 34 exited with code 0
2024/02/14 03:11:18 [notice] 1#1: signal 29 (SIGIO) received
2024/02/14 03:11:18 [notice] 1#1: signal 17 (SIGCHLD) received from 32
2024/02/14 03:11:18 [notice] 1#1: worker process 29 exited with code 0
2024/02/14 03:11:18 [notice] 1#1: worker process 32 exited with code 0
2024/02/14 03:11:18 [notice] 1#1: signal 29 (SIGIO) received
2024/02/14 03:11:18 [notice] 1#1: signal 17 (SIGCHLD) received from 35
2024/02/14 03:11:18 [notice] 1#1: worker process 35 exited with code 0
2024/02/14 03:11:18 [notice] 1#1: signal 29 (SIGIO) received
2024/02/14 03:11:18 [notice] 1#1: signal 17 (SIGCHLD) received from 36
2024/02/14 03:11:18 [notice] 1#1: worker process 36 exited with code 0
2024/02/14 03:11:18 [notice] 1#1: signal 29 (SIGIO) received
2024/02/14 03:11:18 [notice] 1#1: signal 17 (SIGCHLD) received from 33
2024/02/14 03:11:18 [notice] 1#1: worker process 33 exited with code 0
2024/02/14 03:11:18 [notice] 1#1: signal 29 (SIGIO) received
2024/02/14 03:11:18 [notice] 1#1: signal 17 (SIGCHLD) received from 31
2024/02/14 03:11:18 [notice] 1#1: worker process 31 exited with code 0
2024/02/14 03:11:18 [notice] 1#1: exit
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2024/02/14 03:11:29 [emerg] 1#1: unknown directive "upstaream" in /etc/nginx/conf.d/default.conf:1
nginx: [emerg] unknown directive "upstaream" in /etc/nginx/conf.d/default.conf:1

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.