nginxã§ç¹å®ã®URIã ããã°ã«åºåããªã
nginxã§ãã«ã¹ãã§ãã¯ãªã©è¨å®ãã¦ããæã«ç¹å®ã®URIã ããã°ã«åºããããªãå ´åã®è¨å®
location / { if ( $request_uri ~ /healthcheckurl) { access_log off; } proxy_pass http://unicorn; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; ... break; }