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

    2019年3月8日 GMT+1 下午12:03:45 - 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
    2017年4月2日 GMT+2 上午10:16:23 - 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
    2016年12月13日 GMT+1 上午11:59:16 - permalink - archive.org - https://github.com/jwilder/nginx-proxy
    docker nginx proxy
  • Pitfalls and Common Mistakes | NGINX
    2016年7月6日 GMT+2 上午8:21:11 - permalink - archive.org - https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/
    debug nginx
  • Debugging Nginx Configuration
    2016年7月6日 GMT+2 上午8:14:21 - 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 ?)

    2016年6月28日 GMT+2 下午10:04:08 * - 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
    2016年2月23日 GMT+1 下午5:21:34 - permalink - archive.org - https://www.nginx.com/blog/nginx-caching-guide/
    cache nginx
  • thumbnail
    Serving Static Content | NGINX
    2016年2月2日 GMT+1 下午3:26:01 - permalink - archive.org - https://www.nginx.com/resources/admin-guide/serving-static-content/
    nginx static
  • The Benefits of Microcaching with NGINX - NGINX
    2016年2月2日 GMT+1 下午3:20:30 - 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)
    2016年1月28日 GMT+1 下午5:32:03 - 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
    2016年1月21日 GMT+1 下午4:49:18 - 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

    2016年1月21日 GMT+1 下午4:00:53 - 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.

    2015年12月31日 GMT+1 上午10:52:17 - 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
    2015年12月30日 GMT+1 下午5:22:41 - permalink - archive.org - https://mattbrictson.com/nginx-reverse-proxy-cache
    cache nginx rails
  • GoAccess - Screenshots
    2015年11月3日 GMT+1 下午2:41:44 - permalink - archive.org - http://goaccess.io/screenshots
    apache audit log logs nginx web
  • NGINX 3rd Party Modules | NGINX
    2015年9月22日 GMT+2 上午10:41:32 - permalink - archive.org - https://www.nginx.com/resources/wiki/modules/
    module nginx
  • https://github.com/yzprofile/ngx_http_dyups_module
    2015年9月19日 GMT+2 下午5:48:07 - permalink - archive.org - https://github.com/yzprofile/ngx_http_dyups_module
    nginx
  • https://github.com/openresty/lua-upstream-nginx-module
    2015年9月19日 GMT+2 下午5:47:46 - permalink - archive.org - https://github.com/openresty/lua-upstream-nginx-module
    nginx
  • Luameter – Key performance metrics for Nginx in real time
    2015年9月17日 GMT+2 下午8:48:38 - permalink - archive.org - https://luameter.com/
    nginx
  • Using NGINX Plus and NGINX to Authenticate Users
    2015年7月27日 GMT+2 下午4:40:09 - 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