update frontend deploy

This commit is contained in:
kandrusyak
2023-08-08 22:45:01 +03:00
parent 9fe2ceb867
commit c0345164cd
13 changed files with 288 additions and 62 deletions

View File

@@ -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"}';
}