We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2ed91 commit 122f927Copy full SHA for 122f927
nginx.conf.template
@@ -2,11 +2,6 @@ server {
2
listen 8080;
3
server_name _;
4
5
- location /healthz {
6
- access_log off;
7
- return 200 "healthy\n";
8
- }
9
-
10
location ~ ^${RAILS_RELATIVE_URL_ROOT}/assets/ {
11
alias /usr/share/nginx/html/assets/;
12
expires 1y;
0 commit comments