Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit f5cb2bd

Browse files
committed
Merge pull request #3 from lepus-ctf/fix/files
ファイルがダウンロードできない問題を修正
2 parents 98fe681 + be2452f commit f5cb2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ server {
2121
root /app;
2222
}
2323

24-
location ~ "^/(api|admin|internal)" {
24+
location ~ "^/(api|admin|internal|files)" {
2525
include proxy_params;
2626
proxy_pass http://api;
2727
}

0 commit comments

Comments
 (0)