update frontend deploy
This commit is contained in:
@@ -15,11 +15,11 @@ http {
|
||||
keepalive_timeout 65;
|
||||
gzip_static on;
|
||||
server {
|
||||
listen 8888;
|
||||
|
||||
listen 8080;
|
||||
|
||||
charset utf-8;
|
||||
absolute_redirect off;
|
||||
|
||||
|
||||
location / {
|
||||
root /var/www/html;
|
||||
try_files $uri /index.html;
|
||||
@@ -31,7 +31,7 @@ http {
|
||||
add_header Cache-Control "no-cache, public, must-revalidate, proxy-revalidate";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
location /health {
|
||||
return 200 '{"status": "UP"}';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user