• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved nginx conf blocks exe files

H.W.B

Regular Pleskian
Hello,
I have a problem that i want to get some exe files from a directory on the server.
I getting 403 error.
This is because the nginx.conf is blocking this.
How can i allow exe files for a specific directory to get tru??
.htaccess does not work because the nginx.conf override that....

Henk
 
Nginx should not block the download. Have you checked your log file entry what exactly it says for the 403 error that you encounter? Mostly it is the Web Application Firewall (ModSecurity) that is causing it. If you are on a Windows system, it could also be an antivirus-software that is locally installed where the webserver is running that is blocking this filetype.
 
Hello Peter,

It was not the ModSecurity, but Wordpress what was causing this problem.
New security settings where blocking downloading from EXE files.
Setting disabled, and now everything is working fine now.

Thank you
 
It was not the ModSecurity, but Wordpress what was causing this problem.
New security settings where blocking downloading from EXE files.
Setting disabled, and now everything is working fine now.
Hi, I am running into the same problem and found this topic.
Can you please tell me what kind of security setting in Wordpress could prevent a directlink to a file from being downloaded? I am not aware of such an option.
My ModSecurity is completely empty, I am still thinking Nginx is the culprit. I am using plesk, where do I find the config for that?
 
Hi, I am running into the same problem and found this topic.
Can you please tell me what kind of security setting in Wordpress could prevent a directlink to a file from being downloaded? I am not aware of such an option.
My ModSecurity is completely empty, I am still thinking Nginx is the culprit. I am using plesk, where do I find the config for that?

WordPress only checks for what goes 'up' and restrictions on what goes down would be at a hosting/browser level barring any specific security or other plugins at the application layer.
 
Back
Top