After the JetProxy installation only.
1. Edit the file "/etc/nginx/conf.d/intigua.conf" and add the lines
location ~* /vmanage-server/login {
return 444;
}
immediately after
server {
listen 443 ssl;
Overview of a good configuration:
THE PLACE OF THE BRACKETS " } " ARE CRITICS
2. Restart Nginx
systemctl restart nginx
or reload it
nginx -t && nginx -s reload
Comments
0 comments
Article is closed for comments.