We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3104347 + 06b6e01 commit ff2a592Copy full SHA for ff2a592
gitea.subdomain.conf.sample
@@ -1,4 +1,4 @@
1
-## Version 2024/07/16
+## Version 2025/04/26
2
# make sure that your gitea container is named gitea
3
# make sure that your dns has a cname set for gitea
4
# edit the following parameters in /data/gitea/conf/app.ini
@@ -49,7 +49,7 @@ server {
49
50
}
51
52
- location ~ (/gitea)?/info/lfs {
+ location ~ (/gitea)?/(api|info/lfs) {
53
include /config/nginx/proxy.conf;
54
include /config/nginx/resolver.conf;
55
set $upstream_app gitea;
0 commit comments