• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by cirodev

  1. C

    Question Configure nginix outside domain

    I had to do a lot of action before obtain right result. First I created a subdomain Then I create a specific certificate for subdomain (wilde card let's encrypt dosen't work) After that I disabled apache/domain type for subdomain Finally I changed content of server.conf under plesk folder of...
  2. C

    Question Configure nginix outside domain

    I uncheck proxy mode but I've got same error
  3. C

    Question Configure nginix outside domain

    I've created a subdomain to try your suggestion. In the section that you had described, I tried to put this location / { proxy_pass http://0.0.0.0:5000 proxy_set_header Host $host; server_name example.domain.com; proxy_set_header...
  4. C

    Question Configure nginix outside domain

    The subdomain is not defined under plesk beacuse it's not a web site and it's not deployed under apache. It's a different service.
  5. C

    Question Configure nginix outside domain

    Hello, I've a web server with ubuntu 22 and Plesk Obsidian Web Admin Edition 18.0.60 I didn't find a way to configure nginx outside domain. I need to configure subdomain that point to other service not apache. Actually my domain, example.com, works fine on apache but i want redirect...
  6. C

    Question renew let's encrypt certificate before its expiry

    Ah ok , i recived an email that invite me to renew. Tahnks
  7. C

    Question renew let's encrypt certificate before its expiry

    Hello, how can I renew SSL certificate before its expiry?
  8. C

    Resolved Default domain and Let's encrypt

    Ok, after I rewrite preview site as xxx-xxx-xx-xx.domain.com It's works!
  9. C

    Resolved Default domain and Let's encrypt

    I don't think I understand Domain content is under /var/www/vhosts/realdomain.com/httpsdocs
  10. C

    Resolved Default domain and Let's encrypt

    the content is under http https://ip/plesk-site-preview/domain.com/https/ip/ i get 403 from nginx
  11. C

    Resolved Default domain and Let's encrypt

    drwxr-x--- 2 root psaserv 4096 May 29 10:31 . drwx--x--x 7 root psaserv 4096 May 26 20:59 .. -rw------- 1 root www-data 349 May 29 10:30 httpd.conf -rw------- 1 root www-data 349 May 29 10:30 httpd.conf.bak -rw------- 1 root www-data 6677 May 29 10:30 httpd_ip_default.conf -rw------- 1 root...
  12. C

    Resolved Default domain and Let's encrypt

    Server was empty. Plesk is the first application that I installed.
  13. C

    Resolved Default domain and Let's encrypt

    The file you are looking for seems to be httpd_ip_default.conf Inside it i have <IfModule mod_ssl.c> <VirtualHost myip:port > as alias of server i found "reladomain.ip-slasshed.domainname" domainname is result of command
  14. C

    Resolved Default domain and Let's encrypt

    The file is empty. Is auto generated. This is result of command hostname xxxx.server-ip.plesk.page domainname myrealdomain
Back
Top