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

    Resolved Docker Proxy Rules - Getting 404 on the URL set

    I have a Docker container set up and running (Portainer). I set the port mapping to manual, 9000 to 39000. The service is available and running at domain.com:39000 I went to: Domain> Docker Proxy Rules I added a rule using these settings: URL: domain.com/portainer Container: portainer Port...
  2. JordyB

    Question How to change NGINX configuration for one domain

    Hi there, I have migrated a website to my VPS (CentOS Linux 7.6.1810 (Core)‬, Plesk Onyx 17.8.11). The website that I have migrated is based on Silverstripe CMS. This website is running on a NGINX webserver. For a correct operation this configuration is needed: server { listen 80; root...
  3. S

    Question add module to Nginx

    I'm testing some improvements on a AWS EC2 test server and the project require that I install Nginx from scratch and add the module. here the software in question: Compilation & Installation — MapServer 7.2.2 documentation I don't really like the idea as I think would be unmanageable on a...
  4. Dukemaster

    Question Disallow public access for ngx_pagespeed admin area

    Hi, thanks for implementing ngx_pagespeed compiled by nginx. It's necessary to provide a basic manual, because the ..example.com/pagespeed_global_admin and ..example.com/pagespeed_admin directories are open. The common way disallowing public access by pagespeed AdminPath /pagespeed_admin...
  5. Dukemaster

    Question PLESK NGINX compiled with Pagespeed

    THANKS PLESK ! ! ! Since todays update 17.8.11 Update #43 Plesk's Nginx is compiled with Pagespeed. I tried the configuration of the days I used ngx_pagespeed with a self compiled version of Nginx, but it doesn't work now. Settings in nginx.conf pagespeed on; pagespeed FileCachePath...
  6. O

    Question How to fine-tune Fail2Ban? (filters, jails, settings, Nginx, blocklists, badips sync, IPv6)

    Dear fellow Pleskians, Following quite a few hours of reading posts on this forum, and the Plesk docs (Protection Against Brute Force Attacks (Fail2Ban)), and a few interesting technical chats with more experienced people, I've significantly reduced the no of IPs hammering my server. Now I...
  7. T

    Question Can't set server directive in additional nginx config

    I have a domain setup in plesk running a reverse proxy nginx server. In the "Additional nginx-directives" textfield I writing the following: server { server_name subdomain.mydomain.com; location / { proxy_pass http://mydomain:port; } } But I get following...
  8. L

    Question Error logs Phusion Passenger nginx Nodejs

    Hello Plesk-Community, I have a NodeJs-App running with Phusion Passenger and nginx on Plesk. The instructions for the passenger configuration to setup a path for the log files isn't working in my case. Is there anybody who knows how to setup up error logs? I have apended my config file...
  9. chapterjason

    Question Plesk XML API to change nginx directives

    Hey, I currently working on a PAAS for NodeJS and PHP Applications that run in Docker. Currently im stuck a bit while try to create the proxy_pass in nginx, I already modified my vhost template that the proxy_pass in the Additional directives will take place. But I don't know how to set this...
  10. cloudbridge

    Question WP+NGINX=HIGH APACHE MEMORY USAGE??

    Hello pleskians, Yesterday I encountered a problem that one of the server nodes was updated and then problems with RAM usage started. I tried to enable fpm to use only apache, served by NGINX, NGINX + CACHE ON. PHP versions, but I am using just the latest 7.3.1 2 days before node updates One...
  11. T

    Input For Wordpress --> Nginx or Apache?

    Hi! :) It is not just the usual question, they could add in comments the additional directives necessary for these configurations. On the internet I find everything, and often contradictory. Thank you! :D
  12. V

    Resolved Only some requests receiving 502 Bad Gateway

    Issue Some users are getting a 502 error and the error does not go away with a refresh of the page. Once that error pops-up any page requested on the domain throws the same 502 error. There is no specific website or domain from the ones configured on the server where this error is being faced it...
  13. A

    Issue NGinx permissions denied when download files from PHP

    i have a Plesk: psa v12.5.30_build1205150826.19 os_Ubuntu 14.04 recently i made a big mistake and ran this command: chown -R 10003:1003 / It set all my permissions to 10003 and myPlesk was broken. I repair it via ssh with plesk repair fs and launched an update of plesk via ssh. But i have...
  14. J

    Issue Impossible to switch PHP settings from Nginx to FPM or FASTCGI Apache

    Hello everybody, My Plesk is running great with Nginx, but for some heavy Php requests from my wordpress multisite, I'm getting a lot of timeout. I noticed that when my server is running with FPM Apache or FastCGI Apache. Time Out for these request occurs less often. Now, when I try to switch...
  15. M

    Forwarded to devs 403 Forbidden wont go away

    TITLE: 403 Forbidden wont go away PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Plesk Onyx Version 17.8.11 Update #35 Ubuntu Nginx PHP - Laravel PROBLEM DESCRIPTION: I setup a few subdirectory paths, following are two examples https://www.topdestinations.link/country/south-america...
  16. thinkingcap

    Resolved nginx cache sub-folders not getting created

    Ive been enabling the nginx cache on a few wordpress sites and in general its gone well with a boost to requests/sec in performance. However I have this one site where I get a constant cache MISS on every request, its configured exactly like the others and Ive noticed the root cache folder gets...
  17. A

    Issue Apache and nginx help

    How can I setup one domain in plesk completly on apache I.e no nginx as proxy and other domain can have both or only nginx?
  18. G

    Question basic question nginx proxy with apache

    I am in the process of implementing nginx as front-end proxy and keep using apache. We see a lot of queries we would like to block. 2 Examples of things we see in our Apache access-logs: GET...
  19. S

    Question How to activate nginx cache from plesk correctly

    Hello, I would like clarify that I don't speak good english, but I will try. I have activated the Nginx cache from Plesk, and to know if it is working correctly I want it to return the "cache status". To achieve that I have added this line "add_header X-NG-Cache-Status $upstream_cache_status;"...
Back
Top