Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ server {
location / {
# Update your backend application Kubernetes Cluster-IP Service name and port below
# proxy_pass http://<Backend-ClusterIp-Service-Name>:<Port>;
proxy_pass http://my-backend-service:8080;
proxy_pass http://my-backend-service:8080; # Frontend Reverse Proxy
}

#error_page 404 /404.html;
Expand All @@ -23,8 +23,5 @@ server {
location = /50x.html {
root /usr/share/nginx/html;
}



}