Skip to content

Commit d527cc3

Browse files
committed
try fixing error on debug
1 parent d027376 commit d527cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/manage/manage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
location1 : {
1818
name: /,
1919
type: location,
20-
try_files: "$uri $uri/ /index.html",
20+
try_files: "$uri $uri/ =404",
2121
root: "{{ nginx_default_root }}"
2222
}
2323

@@ -31,7 +31,7 @@
3131
location1 : {
3232
name: /,
3333
type: location,
34-
try_files: "$uri $uri/ /index.html",
34+
try_files: "$uri $uri/ =404",
3535
root: "{{ nginx_default_root }}"
3636
}
3737
pre_tasks:

0 commit comments

Comments
 (0)