admin/self_check page still warning while use current configuration #13787

Closed
opened 2025-11-02 10:53:14 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @JohminStudio on GitHub (Dec 5, 2024).

Description

the warnning details
PixPin_2024-12-05_11-37-24

app.ini config
PixPin_2024-12-05_11-38-25

nginx

client_max_body_size 512M;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;

requests headers
PixPin_2024-12-05_11-39-52

Gitea Version

1.22.4

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

docker on Qnap

Database

None

Originally created by @JohminStudio on GitHub (Dec 5, 2024). ### Description the warnning details ![PixPin_2024-12-05_11-37-24](https://github.com/user-attachments/assets/390d74e9-42cb-40a7-b3fa-5bebccb3258e) app.ini config ![PixPin_2024-12-05_11-38-25](https://github.com/user-attachments/assets/a74cee9a-be59-4b2a-95c8-4c6ab1999d3d) nginx client_max_body_size 512M; proxy_set_header Host $host; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Real-IP $remote_addr; requests headers ![PixPin_2024-12-05_11-39-52](https://github.com/user-attachments/assets/dd62f7b6-9c24-4098-840a-20956bb0a2f0) ### Gitea Version 1.22.4 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? docker on Qnap ### Database None
GiteaMirror added the type/bugissue/needs-feedback labels 2025-11-02 10:53:14 -06:00
Author
Owner

@yp05327 commented on GitHub (Dec 5, 2024):

https://serverfault.com/questions/363159/nginx-proxy-pass-redirects-ignore-port
A quick search result from Google, hoops this can help you.

@yp05327 commented on GitHub (Dec 5, 2024): https://serverfault.com/questions/363159/nginx-proxy-pass-redirects-ignore-port A quick search result from Google, hoops this can help you.
Author
Owner

@wxiaoguang commented on GitHub (Dec 5, 2024):

What's your full nginx config

@wxiaoguang commented on GitHub (Dec 5, 2024): What's your full nginx config
Author
Owner

@wxiaoguang commented on GitHub (Jan 19, 2025):

Inactive for long time

@wxiaoguang commented on GitHub (Jan 19, 2025): Inactive for long time
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13787