feat: Dynamically change the background image on the search homepage every day #2247 (#2338)

### What problem does this PR solve?

feat: Dynamically change the background image on the search homepage
every day #2247

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-09-10 11:25:12 +08:00
committed by GitHub
parent 7c8f159751
commit f1ad778250
5 changed files with 47 additions and 11 deletions

View File

@ -11,8 +11,12 @@ server {
gzip_disable "MSIE [1-6]\.";
location /v1 {
proxy_pass http://ragflow:9380;
include proxy.conf;
proxy_pass http://ragflow:9380;
include proxy.conf;
}
location /HPImageArchive {
proxy_pass https://cn.bing.com;
}
location / {