Redirect "/sitemap.xml" to backend

This commit is contained in:
İsmail Karslı 2023-11-09 16:40:25 +03:00 committed by GitHub
parent 51a82f7f18
commit a292378c05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ http {
}
# backend
location ~ ^/(api|pictrs|feeds|nodeinfo|.well-known|version) {
location ~ ^/(api|pictrs|feeds|nodeinfo|.well-known|version|sitemap.xml) {
proxy_pass "http://lemmy:8536";
# Send actual client IP upstream