4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 3
44 results tagged nginx x
  • Controlling nginx

    Pour un graceful shutdown de nginx, il faut un SIGQUIT
    Kubernetes envoie du SIGTERM alors on peut utiliser un preStop script pour être + cool
    https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/#define-poststart-and-prestop-handlers

    On peut aussi utiliser le preStop pour s'assuret que le container nginx sidecar s'arrête bien avant l'autre container en posant un lock dans un shared volume. Le preStop de l'autre container va attendre que le lock soit supprimé pour se couper. Le preStop du nginx va supprimer le lock quand il a bien terminé.

    On crée le lock dans un postStart

    via Meetup k8s bbc speaker

    March 8, 2019 at 12:03:45 PM GMT+1 - permalink - archive.org - http://nginx.org/en/docs/control.html
    k8s nginx poststart prestop sidecar
  • thumbnail
    TCP load balancing with Nginx (SSL Pass-thru) - Servers for Hackers
    April 2, 2017 at 10:16:23 AM GMT+2 - permalink - archive.org - https://serversforhackers.com/tcp-load-balancing-with-nginx-ssl-pass-thru
    nginx tcp
  • thumbnail
    GitHub - jwilder/nginx-proxy: Automated nginx proxy for Docker containers using docker-gen
    December 13, 2016 at 11:59:16 AM GMT+1 - permalink - archive.org - https://github.com/jwilder/nginx-proxy
    docker nginx proxy
  • Pitfalls and Common Mistakes | NGINX
    July 6, 2016 at 8:21:11 AM GMT+2 - permalink - archive.org - https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/
    debug nginx
  • Debugging Nginx Configuration
    July 6, 2016 at 8:14:21 AM GMT+2 - permalink - archive.org - https://easyengine.io/tutorials/nginx/debugging/
    debug nginx
  • Understanding Nginx Server and Location Block Selection Algorithms | DigitalOcean

    Très intéressant l'algo utilisé par nginx pour choisir le bloc server et ensuite le bloc location. Je me demande si il existe des astuces pour debug en cas de problèmes... (comment savoir dans quel(s) bloc(s) passe une request ?)

    June 28, 2016 at 10:04:08 PM GMT+2 * - permalink - archive.org - https://www.digitalocean.com/community/tutorials/understanding-nginx-server-and-location-block-selection-algorithms
    configuration logic nginx
  • A Guide to Caching with NGINX - NGINX
    February 23, 2016 at 5:21:34 PM GMT+1 - permalink - archive.org - https://www.nginx.com/blog/nginx-caching-guide/
    cache nginx
  • thumbnail
    Serving Static Content | NGINX
    February 2, 2016 at 3:26:01 PM GMT+1 - permalink - archive.org - https://www.nginx.com/resources/admin-guide/serving-static-content/
    nginx static
  • The Benefits of Microcaching with NGINX - NGINX
    February 2, 2016 at 3:20:30 PM GMT+1 - permalink - archive.org - https://www.nginx.com/blog/benefits-of-microcaching-nginx/
    cache nginx
  • Module ngx_http_core_module

    Un truc important :

    During searching for a virtual server by name, if the name matches more than one of the specified variants, (e.g. both a wildcard name and regular expression match), the first matching variant will be chosen, in the following order of priority:

    the exact name
    the longest wildcard name starting with an asterisk, e.g. “*.example.com”
    the longest wildcard name ending with an asterisk, e.g. “mail.*”
    the first matching regular expression (in order of appearance in the configuration file)
    January 28, 2016 at 5:32:03 PM GMT+1 - permalink - archive.org - http://nginx.org/en/docs/http/ngx_http_core_module.html#server_name
    conf nginx order
  • thumbnail
    Nginx Caching - Servers for Hackers
    January 21, 2016 at 4:49:18 PM GMT+1 - permalink - archive.org - https://serversforhackers.com/nginx-caching/
    cache nginx
  • /ˈTræfɪk/

    Un lb en Go qui peut "surveiller" les backends comme Docker par exemple pour update sa conf

    January 21, 2016 at 4:00:53 PM GMT+1 - permalink - archive.org - https://traefik.github.io/
    docker go haproxy lb loadbalancer nginx
  • How Rails, Nginx and X-Accel-Redirect work together - The Data Asylum

    The need for X-Accel-Redirect (and it’s sibling X-Sendfile) comes from two distinct requirements
    The need to deliver large files.
    The need for those files to not be available to the public.

    December 31, 2015 at 10:52:17 AM GMT+1 - permalink - archive.org - http://thedataasylum.com/articles/how-rails-nginx-x-accel-redirect-work-together.html
    nginx rails senfile
  • Speed up Rails with Nginx’s Reverse Proxy Cache | mattbrictson.com
    December 30, 2015 at 5:22:41 PM GMT+1 - permalink - archive.org - https://mattbrictson.com/nginx-reverse-proxy-cache
    cache nginx rails
  • GoAccess - Screenshots
    November 3, 2015 at 2:41:44 PM GMT+1 - permalink - archive.org - http://goaccess.io/screenshots
    apache audit log logs nginx web
  • NGINX 3rd Party Modules | NGINX
    September 22, 2015 at 10:41:32 AM GMT+2 - permalink - archive.org - https://www.nginx.com/resources/wiki/modules/
    module nginx
  • https://github.com/yzprofile/ngx_http_dyups_module
    September 19, 2015 at 5:48:07 PM GMT+2 - permalink - archive.org - https://github.com/yzprofile/ngx_http_dyups_module
    nginx
  • https://github.com/openresty/lua-upstream-nginx-module
    September 19, 2015 at 5:47:46 PM GMT+2 - permalink - archive.org - https://github.com/openresty/lua-upstream-nginx-module
    nginx
  • Luameter – Key performance metrics for Nginx in real time
    September 17, 2015 at 8:48:38 PM GMT+2 - permalink - archive.org - https://luameter.com/
    nginx
  • Using NGINX Plus and NGINX to Authenticate Users
    July 27, 2015 at 4:40:09 PM GMT+2 - permalink - archive.org - https://www.nginx.com/blog/nginx-plus-authenticate-users/
    auth ldap nginx
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation