• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Error creating new subscription after 12.5 upgrade

spaceout

Basic Pleskian
I'm receiving the following error:

Template_Exception: nginx: [emerg] "worker_rlimit_nofile" directive is duplicate in /etc/nginx/ulimit.global_params:1
nginx: configuration file /etc/nginx/nginx.conf test failed

file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php

I tried repairing the domain using httpdmng, but the error persists.

Any ideas?
 
In /etc/nginx/nginx.conf I find:
worker_rlimit_nofile 20480;

In /etc/nginx/ulimit.global_params I find:
worker_rlimit_nofile 16384;

I assume this is the problem, but which one should be removed?
 
Yes. Try to remove it from /etc/nginx/ulimit.global_params and reconfigure domain settings with

# plesk repair web

if you have Plesk 12.5 version. Or with httpdmng for old Plesk versions.
 
Back
Top