Fix lemmy nginx

This commit is contained in:
mups 2025-05-17 11:26:36 +00:00
parent ed26516625
commit 91519a558f
2 changed files with 36 additions and 32 deletions

View file

@ -17,7 +17,6 @@
chat = 3008;
# dash = 3009;
ntfy = 3010;
lemmy = 3011;
search = 8081;
videos = 8082;
@ -26,7 +25,8 @@
mods.server.local.ports = {
# grav = 5001
lemmy-api = 5002;
pict-rs = 5003;
lemmy-ui = 5003;
pict-rs = 5004;
};
};
}