We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737c1ed commit 888d9e5Copy full SHA for 888d9e5
charts/adhoc-defaultbackend/v0.1.8/templates/nginx-config.yaml
@@ -11,17 +11,15 @@ data:
11
include /etc/nginx/mime.types;
12
default_type application/octet-stream;
13
14
+ error_page 404 =200 /index.html;
15
+
16
server {
17
listen 80;
18
server_name _;
19
root /usr/share/nginx/html;
-
20
21
location / {
22
try_files $uri $uri/ /index.html;
23
}
- location ~ ^/(.*)$ {
24
- try_files /index.html =404;
25
- }
26
27
0 commit comments