• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue Template_Exception: nginx: [emerg] duplicate listen options

JuanCar

Regular Pleskian
Server operating system version
Almalinux 9.4
Plesk version and microupdate number
18.0.72 #2
Hi
After last update I have received this message:

Code:
Apache config (17579702710.83917500) generation failed: Template_Exception: nginx: [emerg] duplicate listen options for xxx.xxx.xxx.xxx:443 in /etc/nginx/plesk.conf.d/server.conf:15
nginx: configuration file /etc/nginx/nginx.conf test failed

file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 75
code: 0
nginx: [emerg] duplicate listen options for  xxx.xxx.xxx.xxx:443 in /etc/nginx/plesk.conf.d/server.conf:15
nginx: configuration file /etc/nginx/nginx.conf test failed

I have looked at the file /etc/nginx/plesk.conf.d/server.conf and found this in line 15
listen xxx.xxx.xxx.xxx:443 quic reuseport;
add_header Alt-Svc 'h3=":443"; ma=86400';
listen xxx.xxx.xxx.xxx:443 ssl;
there are two listen with different options, yes, but Nginx service is running ok.
I can't understand
Thanks for any help or info.

 
Back
Top