• 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.

ngnix

  1. iGraphics

    Issue Nginx Error Additional nginx directives

    Hello, I using wordpress inside my dedicated Server I want to use the PHP run with FPM Application Served by nginx and I convert the .htaccess by the Plesk Extension (htaccess to nginx). # BEGIN WordPress RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase...
  2. K

    Issue Domain Inactive But CPU Usage is Still On

    CPU usage was going very high, so I shifted my website to a different server, but now the website is running from a different server, only the website file is present on the old server but still CPU usage is happening from that website. and aslo from to days i am exprecing my server downed...
  3. K

    Resolved 500 internal server error for webmail.domain.com

    Hi folks! In past 10 days I was having issues with my memory usage on my server. one of the things I did was to change from FPM application served by Apache to FPM application served by + nginx. Also added extra memory capacity so the webserver (and sites) are up & running again. Now the...
  4. T

    Question Nginx caching on websites

    Hello, I got a question because I have turned the gzip on with the following lines gzip on; gzip_disable "MSIE [1-6]\\.(?!.*SV1)"; gzip_proxied any; gzip_comp_level 5; gzip_types text/plain text/css application/javascript application/x-javascript text/xml application/xml application/rss+xml...
  5. M

    Issue Where to add additional GEO directives to Ngnix

    Where to add additional GEO directives to Ngnix, like this ?: geo $trusted_user { default 0; 1.1.1.0/24 1; 2.2.2.0/24 1; } server { if ( $trusted_user ~ 0 ) {rewrite ^ https://example.com; } } In Domains > example.com > Apache & nginx Settings this is not possible. I got error...
  6. H

    Question Rate limiting on Ngnix

    How do I use Ngnix rate limits? limit_req_zone $binary_remote_addr zone=mylimit:10m rate=10r/s; server { location /login/ { limit_req zone=mylimit; proxy_pass http://my_upstream; } } in the additional Nginx directive of Plesk??? I just tried this... Server directory is...
  7. T

    Resolved Issues after update

    Okay so I have been working on this for the last 14hrs. One of mywebsites was having issues due to outdated mariadb, I went followed the instructions to update. when completed mariadb 10.1 did not initially work but upon restart of the server it showed up as 10.3... I stuck with it, but then...
  8. O

    Question My server getting slower over time

    Hello , I use plesk version 17.8.11 , My server has 32 gb ram , 8 core cpu , I run laravel based php application. I have 500 to 800 daily unique user . As I told in title my server getting slower day by day. Server up for 6 days now but responses getting up to 10 seconds . If i reboot my...
  9. Denver Prophit Jr.

    Input Github Custom Template Files For PrestaShop

    I've setup a repo on GitHub for all custom templates. I have an issue for SSL Stapling at the moment. Would anyone like to fork and contribute PRs for mostly SSL security at the moment? plesk-nginx-prestashop/opt/psa/admin/conf/templates/custom at plesk · denverprophitjr/plesk-nginx-prestashop ·...
  10. abouk

    Issue Ngnix + htaccess + Plesk

    Hello, I am a new user of Plesk. I use Plesk Onyx Web Admin in one server and Plesk Onyx Web Pro in another server. I used to work with cPanel/WHM for years and switched to Plesk last 2 months. Most of the web sites needs htaccess and I my first experience with Ngnix is with plesk. So I found...
  11. WebHostingAce

    Question NGINX 502 error page location

    Hi, Where is the nginx '502 bad gateway' location? 502 Bad Gateway nginx Thank you.
Back
Top