• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. WhiteTiger

    Question Git o Docker?

    I have to install several applications that I find both with Git and with Docker. I read all the documentation in Plesk but I can't tell if it's better one or the other, especially thinking about the updates. These are applications developed by others where at most I will make small local...
  2. WhiteTiger

    Resolved In which folder is the server certificate?

    In which folder is the server certificate? The one created by Let's Encrypt. In the folder /usr/local/psa/var/modules/letsencrypt/etc/live/[domain.tld] there are only the domains, nothing about the server. In the folder /usr/local/psa/var/certificates/ there are files with random name.
  3. WhiteTiger

    Question How to eliminate www in subdomain

    If I type www.subdomain.domain.tld then I see subdomain.domain.tld
  4. WhiteTiger

    Question How to eliminate www in subdomain

    In Tool & Settings / Server Setting you can define in "Preferred domain for websites" whether to use or not to use www as default.
  5. WhiteTiger

    Question plesk.list.ai_back is different from plesk.list

    There is an issue related with plesk.list.ai_back. This is documented here. But what struck me is that in plesk.list.ai_bac there is a line not present in plesk.list or in any other list. deb http://autoinstall.plesk.com/ubuntu/NGINX17 xenial all it's right?
  6. WhiteTiger

    Resolved Certificate not valide

    You must create a certificate for each individual sub-domain.
  7. WhiteTiger

    Issue I'm giving up!

    I've already used WPMU many times without problems and even here if i turn off the Nginx service WPMU works. So the problem is in the Nginx configuration. I'm newbie with Nginx and Plesk and some things I still do not understand. Why did you say in another post that with Nginx served by FPM I...
  8. WhiteTiger

    Issue I'm giving up!

    I use FPM served by Nginx because I was suggested as the best configuration for Nginx performance and why I should not have used htaccess, but only one configuration file for Nginx. In any case, also with FPM served by Apache I always get 404 errors (reported by Nginx). The only way to avoid...
  9. WhiteTiger

    Issue I'm giving up!

    I'm working with Plesk since February and I've always worked with Nginx + Apache and FPM managed from Nginx. For three months I thought I was working with Nginx, but instead I worked with Apache alone because there was a Plesk bug. When I noticed this and reactivated Nginx, everything stopped...
  10. WhiteTiger

    Issue I'm giving up!

    Thank you for the answer, but I did not understand your suggestion. I am using Nginx with PHP-FPM managed by Nginx and I want to continue in this way.
  11. WhiteTiger

    Issue I'm giving up!

    Sorry, no controversy, but I can not accept another invitation to read the documentation! I read all the documentation, advanced and not. I did not find a single row that could help me. I've read wrong? It may be, but I do not understand why in this forum I can not have more precise information...
  12. WhiteTiger

    Issue I'm giving up!

    Okay, I'm giving up! Our work has been stopped for too long! We deactivate Nginx and we continue with the old configurations, in only Apache. In September we will decide whether to resume with Nginx or switch to another management platform and also close with Plesk. Thank you for your attention...
  13. WhiteTiger

    Question Double Listen directives

    I renew the request. This "htaccess" code works by deactivating Nginx. Instead with Nginx active, how and where can I place it at a single domain level without disturbing the configurations of other domains? RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash...
  14. WhiteTiger

    Question Double Listen directives

    I put these directives into htaccess in the domain root after disabling Nginx (in Tools & Settings / Services) These are directives suggested by WP for network configuration after a new installation. RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to...
  15. WhiteTiger

    Question Double Listen directives

    Thanks, but you did not answer my most important question: how can I disable Nginx for single domain? If I have to do tests with htaccess I need to work only with Apache and this only at the affected domain level without disturbing the other domains. There is no trace of this in the...
  16. WhiteTiger

    Question Double Listen directives

    I prefer the second solution since it would be used specifically for WP. I see there is a configuration file for domain aliases. Since all domains are mapped to the multisite WP through this alias, may it be possible that this configuration file to affect the behavior of the main WP? In other...
  17. WhiteTiger

    Question Double Listen directives

    Your suggestion was about blogid and include about a WP Plugin (Nginx_helper). In /var/log/nginx I already see error.log.
  18. WhiteTiger

    Question Double Listen directives

    This is /var/www/system/MyDomain/conf/nginx.conf (empty!) #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED. This is /var/www/system/_.MyDomain/conf/nginx.conf #ATTENTION! # #DO NOT MODIFY THIS...
  19. WhiteTiger

    Question Double Listen directives

    Nginx « WordPress Codex I can assure you I read it, like many other reference pages on the Internet. In Codex it is written: This guide is referring to a standalone Nginx setup, where it is used as the primary server instead of Apache. I'm a Reverse Proxy. Can this change the suggested...
  20. WhiteTiger

    Question Double Listen directives

    I read (again) the Plesk documentation (admin and advanced). I did not find any information that could help me solve the problem. All Nginx Wordpress configuration suggestions that I found in Internet require configuration of "Server + location" blocks, but these can not be inserted into the...
Back
Top