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

    8 mars 2019 à 12:03:45 UTC+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
    2 avril 2017 à 10:16:23 UTC+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
    13 décembre 2016 à 11:59:16 UTC+1 - permalink - archive.org - https://github.com/jwilder/nginx-proxy
    docker nginx proxy
  • Pitfalls and Common Mistakes | NGINX
    6 juillet 2016 à 08:21:11 UTC+2 - permalink - archive.org - https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/
    debug nginx
  • Debugging Nginx Configuration
    6 juillet 2016 à 08:14:21 UTC+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 ?)

    28 juin 2016 à 22:04:08 UTC+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
    23 février 2016 à 17:21:34 UTC+1 - permalink - archive.org - https://www.nginx.com/blog/nginx-caching-guide/
    cache nginx
  • thumbnail
    Serving Static Content | NGINX
    2 février 2016 à 15:26:01 UTC+1 - permalink - archive.org - https://www.nginx.com/resources/admin-guide/serving-static-content/
    nginx static
  • The Benefits of Microcaching with NGINX - NGINX
    2 février 2016 à 15:20:30 UTC+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)
    28 janvier 2016 à 17:32:03 UTC+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
    21 janvier 2016 à 16:49:18 UTC+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

    21 janvier 2016 à 16:00:53 UTC+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.

    31 décembre 2015 à 10:52:17 UTC+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
    30 décembre 2015 à 17:22:41 UTC+1 - permalink - archive.org - https://mattbrictson.com/nginx-reverse-proxy-cache
    cache nginx rails
  • GoAccess - Screenshots
    3 novembre 2015 à 14:41:44 UTC+1 - permalink - archive.org - http://goaccess.io/screenshots
    apache audit log logs nginx web
  • NGINX 3rd Party Modules | NGINX
    22 septembre 2015 à 10:41:32 UTC+2 - permalink - archive.org - https://www.nginx.com/resources/wiki/modules/
    module nginx
  • https://github.com/yzprofile/ngx_http_dyups_module
    19 septembre 2015 à 17:48:07 UTC+2 - permalink - archive.org - https://github.com/yzprofile/ngx_http_dyups_module
    nginx
  • https://github.com/openresty/lua-upstream-nginx-module
    19 septembre 2015 à 17:47:46 UTC+2 - permalink - archive.org - https://github.com/openresty/lua-upstream-nginx-module
    nginx
  • Luameter – Key performance metrics for Nginx in real time
    17 septembre 2015 à 20:48:38 UTC+2 - permalink - archive.org - https://luameter.com/
    nginx
  • Using NGINX Plus and NGINX to Authenticate Users
    27 juillet 2015 à 16:40:09 UTC+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