Add post_link_tags to nginx

This commit is contained in:
Dessalines 2021-08-16 12:25:12 -04:00
parent 453298d304
commit 78485838d6

View file

@ -80,7 +80,7 @@ server {
}
# backend
location ~ ^/(api|pictrs|feeds|nodeinfo|.well-known) {
location ~ ^/(api|pictrs|feeds|nodeinfo|.well-known|post_link_tags) {
proxy_pass http://0.0.0.0:{{ lemmy_port }};
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;