Skip to content

Commit 4c2a501

Browse files
committed
Remove duplicate redirect from frontend nginx
1 parent 32d815a commit 4c2a501

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: login
33
description: HOTOSM Login Service - Hanko SSO + OSM OAuth
4-
version: "0.1.9"
4+
version: "0.1.10"
55
appVersion: "1.0.0"
66
maintainers:
77
- email: sysadmin@hotosm.org

chart/templates/frontend-nginx-configmap.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ data:
1717
gzip on;
1818
gzip_types text/plain text/css application/json application/javascript text/xml application/xml text/javascript;
1919
20-
# Redirect root to /app
21-
location = / {
22-
return 302 /app;
23-
}
24-
2520
# SPA routing - serve index.html for all non-file requests
2621
location / {
2722
try_files $uri $uri/ /index.html;

0 commit comments

Comments
 (0)