AdminCP Extra Security for nginx web server

Follow
Was this article helpful?
1 out of 1 found this helpful
Return to top

Comments

1 comment

  • Avatar
    Websavers Inc

    If you enable IP Filtering, it will block Let's Encrypt certificate renewals. Solution:

    1. Edit /usr/local/svmstack/nginx/conf/services/legacy-master.conf
    2. In the block server { listen 80; [...] }, add the following before the closing curly brace:
    allow all;
    0
    Comment actions Permalink

Please sign in to leave a comment.

Have more questions? Submit a request