Skip to content

Commit ff2a592

Browse files
authored
Merge pull request #761 from RagingCub/feature/giteaapi
2 parents 3104347 + 06b6e01 commit ff2a592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitea.subdomain.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2024/07/16
1+
## Version 2025/04/26
22
# make sure that your gitea container is named gitea
33
# make sure that your dns has a cname set for gitea
44
# edit the following parameters in /data/gitea/conf/app.ini
@@ -49,7 +49,7 @@ server {
4949

5050
}
5151

52-
location ~ (/gitea)?/info/lfs {
52+
location ~ (/gitea)?/(api|info/lfs) {
5353
include /config/nginx/proxy.conf;
5454
include /config/nginx/resolver.conf;
5555
set $upstream_app gitea;

0 commit comments

Comments
 (0)