Setup an Nginx reverse proxy on centos 7 for nodebb
-
http {
location / {
proxy_pass http://127.0.0.1:4567;
proxy_http_ve -
You need a
server
block around the location block, I think. What tutorial are you trying to follow? -
@buynsellcloudcom Spam warming #1, please do not post multiple threads across multiple categories for the same issue.
Copyright © 2024 NodeBB | Contributors