mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 04:26:02 -07:00
Resolve api incompatibility with authelia for gitea
This commit is contained in:
parent
d1fc8c3df6
commit
06b6e01254
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
## Version 2024/07/16
|
||||
## Version 2025/04/26
|
||||
# make sure that your gitea container is named gitea
|
||||
# make sure that your dns has a cname set for gitea
|
||||
# edit the following parameters in /data/gitea/conf/app.ini
|
||||
|
@ -49,7 +49,7 @@ server {
|
|||
|
||||
}
|
||||
|
||||
location ~ (/gitea)?/info/lfs {
|
||||
location ~ (/gitea)?/(api|info/lfs) {
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app gitea;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue