We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122f927 commit a37a89cCopy full SHA for a37a89c
nginx.conf.template
@@ -2,6 +2,11 @@ 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