• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

nginx

  1. Lethalmiko

    Question How can I permanently remove Nginx from Port 80?

    The Plesk documentation and other online discussion threads say that to change the listening ports of the webserver, you use templates, but all the instructions to change the port Nginx listens on have failed to remove it from port 80. All they do is add an extra port for listening to. I use...
  2. Kulturmensch

    Instruction NGINX solo mode configuration recipe for Drupal 8.X

    Usually the combination of NGINX as Proxy for Apache works fine for Drupal 8.X in Plesk Obsidian but for those who would like to use NGINX solo and not just as proxy for Apache you will find a good configuration recipe on www.nginx.com: Drupal | NGINX But unfortunately this does not work without...
  3. Kulturmensch

    Input NGINX-Configuration for Drupal 8.X without Apache for Plesk Obsidian | Ubuntu 18.X

    Usually the combination of NGINX as Proxy for Apache works fine for Drupal 8 in Plesk but for those who would like to use NGINX solo you will find this recipe on www.nginx.com: Drupal | NGINX But this does unfortunately not work without modifications for Plesk managed server. You need some...
  4. zigojacko

    Issue Can't get Magento URL rewrites to work in additional Nginx directives when running PHP as FPM served by Nginx

    We've got Plesk Obsidian set up on a dev server and we're building a Magento 2 websites which requires a couple of temporary URL rewrites set up before the website gets migrated to the client's server (which will be running Apache and the rewrites set up in .htaccess). I don't believe we've...
  5. elaa

    Question how can i Deploy (Ephemeral) Elliptic-Curve Diffie-Hellman or usea 2048-bit or stronger Diffie-Hellm

    one of the clients has run a security scan for the site web that I am working on, so he found some issues that i need to fix these issues are : FTP Unencrypted Cleartext Login // solution: Enable FTPS or enforce the connection via the 'AUTH TLS' SMTP Unencrypted Cleartext Login...
  6. R

    Question Install Varnish on a CentOS7 with plesk obsidian and nginx

    I want to install varnish on a new server to work with wordpress, but the server has plesk and it works with nginx on port 80. If I'm not wrong I need to move the nginx port to 8080 (for example) and set varnish to 80 (apache also works in 7080). But this is not working at all, when I have...
  7. dopeboy

    Question Upgrade nginx to nginx plus and custom vhost config

    Hello, i've moved most of my sites to Obsidian but now i haven't used any panel i've hosted myself on dedicated server by myself installing nginx/php and other stuff everything from cli/terminal so i've had some custom setup and i will really like to be able to move one of my projects on plesk...
  8. K

    Issue NGINX webp images with Optimus and Cache Enabler

    Hello, I have a wordpress website running on nginx and I want to serve .webp images. For the images I use Optimus and Cache Enabler. I have this in my /etc/nginx/nginx.config: map $http_accept $webp_ext { default ""; "~*webp" ".webp"; } And I have this in my nginx directive in Plesk...
  9. Z

    Question How to avoid PLESK environment construction errors

    I want to use Mattermost and use a fairly aggressive technique. When I normally try to build Mattermost with Plesk, I get a lot of redirects with proxy_pass. So I can't use Mattermost on Plesk. So I created a subdomain for Mattermost with Plesk. Because I'm overwritten by Plesk even if I edit...
  10. Vertex

    Question How to change nginx root directory for a subdomain?

    I am using Plesk quite a while, but I still do not know how to change nginx root directory for a subdomain. I have seen a couple very old threads about this topic, but they very outdated and do not match my current Plesk Obsidian v18.0.21 environment. I am pretty sure I am not the only one who...
  11. C

    Question Plesk nodejs problem

    Hello plesk I would like to put in a subdomain several project nodejs in different folders
  12. M

    Issue Problems with Nginx domain configuration file

    Hello. I have a problem with the Nginx configuration on a domain. Yesterday I entered a rule that was not executed and took nginx out of use. I can't restart Nginx anymore because it gives me this error: Unable to manage service by nginxmng: ('start', 'nginx'). Error: [2019-11-20 16:50:45.835]...
  13. R

    Question drupal 8 in nginx-only mode

    Hi, I'm searching for how to configure nginx without proxy mode in Plesk. Found this but it doesn't work: Drupal | NGINX Thanks!
  14. K

    Issue Nginx caching issue.

    Hello, I almost a week and I didn't manage to setup the cache correctly thought Nginx. I just getting : x-cache-status: BYPASS -Plesk Onyx v17.8.11_build1708180301.19 os_Ubuntu 16.04 -wordpress. I am using Cloudflare. I tried to add : proxy_ignore_headers "Set-Cookie"; proxy_hide_header...
  15. E

    Issue Nginx 400 bad request with api call (php curl)

    Hi all, We have a problem when we call an api with php curl: it works when the call is from our local server but if the call is from the same server (developpment website in our case) on the same server, we have this nginx error: 400 bad request nginx. When we use the url directly like a...
  16. S

    Resolved Server header

    how can I remove the Server header from the HTTP requests? I don't have any info about the version of Apache or Nginx but still it say which web server I'm using, can I get rid of that header? I found out that this: Header unset Server seems to work at half, it still say Server and then unset...
  17. A

    Issue From past 3 days, getting a lot of Spam Traffic from US, How to Block?

    Before I go ahead let me mention couple of things, I'm having a dedicated server with CentOS 7, Plesk Onyx Web Pro Edition with Firewall, Fail2Ban & Modsecurity switched ON and nginx as my main webserver. (Not using Apache) From past 3 days, all of a sudden there was a spike in traffic and it...
  18. Blade777

    Issue Problems with Plesk and its configurations

    When working on the trial version of Plesk Onyx (Version 17.8.11 Update # 65), there were enough problems. When the * .example.com rule is registered on Azure DNS, the server responds to all subdomain queries (also direct to the IP address). How to make the server respond only to running...
  19. Nicolas Boada

    Question Nginx + Mod_pagespeed

    Hi folks, I just moved from WHM to Plesk panel everything's running smoothly but I'm trying to add mod_pagespeed to my current configuration and can't get it to work. I enabled the module using the command "plesk sbin nginx_modules_ctl --enable pagespeed" but when I check on Is mod_pagespeed...
  20. G

    Issue plesk: odoo main settings not working after Renewed Let's Encrypt

    I am new here. I just renewed the Lets'Encrypt suddenly my odoo page stops loading anything. Such as below: I have no idea what happend. But when i place the code in directives in ngnix from Apache & nginx Settings such as: location ~ ^/.* { proxy_redirect off; proxy_set_header Host...
Back
Top