@crazycells hi - no security reason, or anything specific in this case. However, the nginx.conf I posted was from my Dev environment which uses this port as a way of not interfering with production.
And yes, I use clustering on this site with three instances.
@phenomlab
Seems to be better with some scaling fix for redis on redis.conf. I haven’t seen the message yet since the changes I made
# I increase it to the value of /proc/sys/net/core/somaxconn
tcp-backlog 4096
# I'm uncommenting because it can slow down Redis. Uncommented by default !!!!!!!!!!!!!!!!!!!
#save 900 1
#save 300 10
#save 60 10000
If you have other Redis optimizations. I take all your advice
https://severalnines.com/blog/performance-tuning-redis/
@phenomlab
I find the problem Mark
The error message indicated this path :
http://localhost:4567/assets/plugins/nodebb-plugin-emoji/emoji/styles.css?v=6983dobg16u
I change the path url on config.json
[image: 1645128773854-47bacc80-f141-41e4-a261-3f8d650cc6f6-image.png]
And all it’s good
Weird, I didn’t have to change that path before 1.19.3
But this does not prevent the problem from a clean install with Emoji Plugin
EDIT: After test, that resolv the problem installation for 1.18.x but not for 1.19.x (I have other error message when I run ./nodebb Setup
For resume: NodeJS 16_x with 1.18.x is ok