mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:09:18 +08:00
FIX: backups not using x accl redirect
This commit is contained in:
parent
a0b0398467
commit
dc8eb6d737
|
@ -114,7 +114,7 @@ server {
|
|||
break;
|
||||
}
|
||||
|
||||
location ~ ^/backups/ {
|
||||
location ~ ^/admin/backups/ {
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
Loading…
Reference in New Issue
Block a user