• 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

ngingx

  1. A

    Question Nginx cache + WooCommerce

    hi, how are you? Hi need help setting up my Nginx to be safe with WooCommerce. Should I had exceptions? if so, how and where? thanks!
  2. J

    Question How to hide port in Nginx forwarding / change listening port

    Hi all, I installed the Docker extension in my Plesk Obsidian. Then I installed a docker image that raises a web server on localhost:8443. It maps the port 8443 on a chosen target port (let's say 12345). Then, I used the docker proxy-rule in a domain (my.domain.com) to forward 12345 to 8443 in...
  3. J

    Question Where is my php.ini in subdomain? (Nginx)

    Hello everyone, I am very new to server management and I am quite lost. I hired a VPS to be able to host software for my clients and attach a domain of which I have generated a subdomain, right here I have loaded my Symfony 5 project, to be able to do the doctrine (It is a generator of entities...
  4. E

    Resolved NGinx deny rules and Firewall (iptables?)

    Hi, I have a problem with a production machine. My Firewall (Plesk->Extensions->Firewall) tells me that I have to apply the changes. But when I try to it simply halts the machine (or the network, who knows) to the extend that I cannot ping it and I have to hard reset the server for it to work...
  5. T

    Question Setup reverse proxy(apache2 or nginx)

    I've running a server with backend that should be accesed with an reversed proxy. I've created a new .conf file in /etc/apache2/sites-availabe then I entered the following config: <VirtualHost _default_:80> ServerName panel.example.com ProxyPreserveHost On ProxyPass /...
  6. D

    Issue plesk nginx SSL/TLS access error 502 POST /checkout/ HTTP/2.0

    Hi I've woocommerce website. I'm running an android application on this website when I proceed to checkout page from the app, the checkout page keeps loading and I got the error 502 POST /checkout/ HTTP/2.0 nginx SSL/TLS access. I contacted with woocommerce and the application support, they said...
  7. jacquesmjulie

    Issue Speed Kit Being Blocked Somehow

    Hey all! I have been back and forth on this forum and many others for the past week trying to find a solution to the following problem. I am facing an issue where Speed Kit is being blocked and is unable to process POST requests. I have checked Imunify 360 as well as Fail2Ban and Modsecurity...
  8. sweetp

    Question Global Google FLoC opt out headers

    I have basic knowledge of nginx and Apache, can I add the opt out headers globally to every domain in my account somehow? Or do I need to add the headers to each domain individually. https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network
  9. B

    Issue Nginx add_header not woking inside locations

    I am now trying around since hours, but I can't get in work. On apache&nginx settings page, I have turned off proxy mode and the "static files direct" option. Then I have added this (and only this) additional config to the textarea: ``` location ~*...
  10. elaa

    Issue php file downloading instead of executing when using deny access

    I am denying access website only from one IP Address, so I add this code in PLESK Domains > example.com > Apache & nginx Settings. in the Additional nginx directives section I added this code and my ip address location ^~ /ctst { allow 203.0.113.2; deny all; } but this only...
  11. edesalto

    Issue Domains and Subdomains are redirecting to plesk login

    Hello! Good night I need help with this problem: After upgrading my plesk version to PLESK Obsidian Versión 18.0.28 new domains or subdomains redirect like this https://[SUBDOMAIN].[DOMAIN].com/login_up.php?success_redirect_url=https%3A%2F%2F[SUBDOMAIN]%2F ONLY NEW DOMAINS redirect this way...
  12. D

    Question Nginx Memcached setup

    Hello, a Wordpress plugin (Cachify) for managing Memcached, is asking me to add some code to nginx.conf file to work. It says: nginx Memcached setup Please add the following lines to your nginx.conf ## GZIP gzip_static on; ## CHARSET charset utf-8; ## INDEX LOCATION location / {...
  13. J

    Question How can I get my WebSocket running in NodeJS?

    I've programmed myself a WebSocket in NodeJS. Inside my file server.js I've setup an express server including my WebSocket server: const wss = new WebSocket({ server: app.listen(8888) }); Locally it runs perfect but I can't get it running in Plesk. To get it running I've created a...
  14. M

    Issue Issue with autidiscover and nginx redirect

    Hello, using nginx and following additional lines for redirecting (wordpress permalink stucture....) if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?q=$1 last; } if i use this snippet for a website, autodiscover doesn't load the right information. delete this snippet...
  15. M

    Question Server error 500 while Flood.io testing

    Hi, I am testing my website in these days with Flood.io, in order to be ready for Black Friday and Christmas Days where the traffic will increase for sure. I tested 1000 users at the same time to check how much my server can take. I have to say that, while 500 users were not a problem, 1000...
  16. S

    Resolved Apache TraceEnable off

    Following my security path before to submit the system to a penetration test I find that I should disable this feature in Apache TraceEnable off though I haven't found any article related to Plesk, where should I put this config? in the httpd.conf? or is something that Plesk has already...
  17. S

    Question Apache minimum configuration

    Last year I started to manage the company servers and improve the whole project. Soon I'm going to configure a new server and make some test with HTTP/2 to improve the speed of our mapping service. I was checking our documentation and our servers configuration and I saw that we use the basic...
  18. dklinux

    Issue New configuration files for the Apache web server were not created

    Hi! Can u help me to resolve this problem, my message error is below: I change IP of my Plesk Panel and migrate all domains to new IP and I get that error, what to do? Thank you/ Kind regards,
  19. Y

    Resolved Wordpress (Apache FPM) does not work for High Traffic

    Hello, I'm a recent user of Plesk. Installed a wordpress site with Apache FPM works fine. I do load test with Apache Jmeter. If I ask for a 1000 pages a min, no problem, all pages are served in 700ms. 2% of my CPU, less than 5 % of Bandwidth. Now If I ask for 3000 pages a min (Which the...
  20. dj ramc

    Question nginx proxy lets encrypt error renew

    Hi guys I'm using for approx 100 domains a nginx proxy to one location . But here is a problem when letsencrypt trys to renew its give error because lets encrypt could connect to .well-known directory per example domain.com/httpdocs/.well-kwown now i tried to add these lines unfurtonally it...
Back
Top