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

location

  1. D

    Issue Adding /location to domain.conf

    Good day, all! I have a website using SSR-React. I have this /etc/nginx/plesk.conf.d/vhosts/diniubire.ro.conf And I want to add this location / { proxy_pass http://localhost:7456; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection...
  2. C

    Question SSL certificate location for Prosody import

    Hey all, I'm trying to set up a Prosody XMPP server on my dedicated box running Plesk on Ubuntu 20.04, two weeks old. I come from fifteen-odd years of either Webmin or manual configuration file fiddling, so I felt quite spoiled when I could just press a button and have Let's Encrypt sort my SSL...
  3. M

    Question How does location and proxy_pass work?

    Hi, for basic testing I have set up a simple node server listening on port 5100 and a nginx directive location /api/ { proxy_pass http://127.0.0.1:5100/api/; } I am pretty new at this, but doesn't this directive mean, that a request like https://myserver.com/api/xxxx will be redirected to...
  4. U

    Issue Installing gitweb on Plesk

    I have a git server running on a LInux VPS (Ubuntu 14.04) with Plesk 12.5.30. To access the git repos I do git clone git@<server>:/myrepo.git This requires an SSH public key to the server. I would like to install gitweb so I can clone using the http protocol. git clone...
  5. C

    NGinx Location /

    Hi, is there a proper way to inject directives into the location / {} block on any given VHost? If I add this separately (whole block) in the GUI it is not accepted with an error message that the location / is double (this is understandable), but how can I change this then? br //ak
Back
Top