We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d815a commit 4c2a501Copy full SHA for 4c2a501
chart/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: login
3
description: HOTOSM Login Service - Hanko SSO + OSM OAuth
4
-version: "0.1.9"
+version: "0.1.10"
5
appVersion: "1.0.0"
6
maintainers:
7
- email: sysadmin@hotosm.org
chart/templates/frontend-nginx-configmap.yaml
@@ -17,11 +17,6 @@ data:
17
gzip on;
18
gzip_types text/plain text/css application/json application/javascript text/xml application/xml text/javascript;
19
20
- # Redirect root to /app
21
- location = / {
22
- return 302 /app;
23
- }
24
-
25
# SPA routing - serve index.html for all non-file requests
26
location / {
27
try_files $uri $uri/ /index.html;
0 commit comments