Forgot to remove version.

This commit is contained in:
Dessalines 2023-10-20 11:05:50 -04:00
parent d527ffaac4
commit 9a1d0e9c01

View file

@ -56,7 +56,7 @@ http {
}
# backend
location ~ ^/(api|pictrs|feeds|nodeinfo|.well-known|version) {
location ~ ^/(api|pictrs|feeds|nodeinfo|.well-known) {
proxy_pass "http://lemmy";
# proxy common stuff
proxy_http_version 1.1;