There's no easy way. What privacy legislation are you referring to?
Remove the port
-
How to remove the port '4567' to the address bar?
-
Use nginx proxying your requests and setup a firewall.
-
@hek said:
Use nginx proxying your requests and setup a firewall.
The site is hosting.
System - ubuntu.After installing nginx i change the default folder from site to /root
(instead /usr/share/nginx/html) It is more convenient.I registered in the file /etc/nginx/sites-available/default.conf
server {
listen 80 default_server;
listen [::]:80 default_server ipv6only=on;root /root;
did restart!
= 403 Forbidden.
-
Please see the article on setting up NodeBB behind an nginx proxy on docs.nodebb.org