Search results for query: "PleskLin"

  1. TimReeves

    Resolved Proxy mode off: bug and problems with nginx config

    Here is the current (2. July 17) complete actual (generated) nginx config, with my explanatory remarks: Assuming the Checkboxes: o Proxy mode o Smart static files processing o Serve static files directly by nginx are NOT selected! # LOCATED IN: /etc/nginx/nginx.conf worker_processes 1...
  2. J

    Wkhtmltopdf always resolves /var/www/vhosts/default/htdocs/index.html

    More info, this is a problem with Nginx I believe. If I run: curl -v -i www.domain.co.uk Which returns this: * About to connect() to www.domain.co.uk port 80 (#0) * Trying 2001:8d8:867:6e00::36:75af... connected * Connected to www.domain.co.uk (2001:8d8:867:6e00::36:75af) port 80 (#0) > GET...
  3. O

    Resolved Nginx URL re-writing dilemma

    Ultimately, and with the help of a thread on StackOverflow (How can I setup default directives for all servers in nginx? (Issues with Plesk)), I ended up modifying the default nginx vhost settings. I copied the following files...
  4. M

    How to redirect http to https?

    #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. server { listen 192.99.36.73:443 ssl; server_name orderhosting.it; server_name www.orderhosting.it; server_name...
  5. Mark12345

    gzip not working in nginx?

    When I stop the nginx service, the apache server correctly compresses the CSS and JS files!!! arrrgggg. took me too many hours to figure this out &^$%#$! I have a JQuery file that is loaded on my server to check ...
  6. F

    Resolved How can I adjust HSTS in Plesk?

    curl -v https://www.lesmeilleurestechnologies.com * About to connect() to www.lesmeilleurestechnologies.com port 443 (#0) * Trying 164.132.149.191... * Connected to www.lesmeilleurestechnologies.com (164.132.149.191) port 443 (#0) * Initializing NSS with certpath: sql:/etc/pki/nssdb *...
  7. P

    nginx redirect to https

    Hi, thank you for your reply. I searched for redirect rules in the nginx.conf but there aren't any. The Hosting setting in Plesk is set to "none". Then I tried to set the redirect rule you posted obove, but the clients were not redirected to https. Then i tried this rule if ($ssl_protocol =...
  8. M

    Plesk, Nginx and SSL

    In /etc/nginx/plesk.conf.d/vhosts/@xxx.conf are the following definitions for ssl: server { listen 85.xxx.xxx.xxx:443 ssl; server_name xxx.de; server_name www.xxx.de; server_name ipv4.xxx.de; ssl_certificate /opt/psa/var/certificates/cert-4uznHW; ssl_certificate_key...
  9. P

    How to test WAF (mod_security) Plesk 12

    Alexey, WAF is ON using OWASP rules (same happened with atomic rules) I tried http://domain.com/test/php/test.php?foo=http://www.domain.com The conection never gives the forbidden message. The browser shows my php version, etc. I will apreciate any help on this. This is the log...
  10. V

    Nginx: no data received

    Hi, for example this is the nginx.conf of website: #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. server { listen xx.xx.xx.xx:80; server_name website.it; server_name www.website.it...
  11. A

    Alias without www don´t work

    Hi, Configuration: Config server / Preferred domain for web sites / domain.tld Config hosting to domain / Preferred domain / domain.tld Problem I've created a primary domain.tld and work without problems I type www.domain.tld and work fine redirect to domain.tld format but I´ve...
  12. F

    After Plesk 11 to 12 Migration no SSL

    ok its done but no change Webserver Configurations Troubleshooter => ngix Config File #ATTENTION! # #DO NOT MODIF Y THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED. server { listen 85.214.18.182:443 ssl; server_name...
  13. F

    After Plesk 11 to 12 Migration no SSL

    Hi, i tryd this but nothing is changed. http is working https not working no Firewall on the Client, testet with dif. Computers and Networks. The Config File i checked with Plesk 12 Configuration plugin #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL...
  14. Polsys

    Plesk 12.5.30: nginx gives 403 forbidden on images after upgrade from 11.x

    I attach the error logs after today test. After uploading test1.jpg with the WordPress built-in ajax uploader (same result with the standard uploader) /var/www/vhosts/system/<DOMAIN>/logs/proxy_access_log says: <CLIENT_IP> - - [24/Aug/2016:10:05:54 +0200] "POST /wp-admin/async-upload.php...
  15. P

    How to test WAF (mod_security) Plesk 12

    Hi Alexey, I did all of that. 1. Home>Tools & Settings>Web Application Firewall>Web application firewall mode = ON 2. Rules set : Atomic Basic ModSecurity 3. Predefined set of values: Fast (I tried Tradeoff and Thorough as well) Custom directives is empty. 4. After I tested URI...
  16. D

    Default Parallels Plesk Page

    Hello, i need some kind of help with my problem, for each domain and subdomain i created always Default Parallels Plesk Page is showded, each httpdocs has the content of the site but never is showed. this is my plesk server.conf #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED...
  17. F

    After Plesk 11 to 12 Migration no SSL

    /var/www/vhosts/system/efw-forum.de/conf/nginx.conf #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. server { listen 85.214.18.182:443 ssl; server_name efw-forum.de; server_name...
  18. S

    Mod_Security + Joomla

    Hi, my friends couldn't write new article about the Joomla Frontend, if i activate the mod_security option. If i select onyl detection, it's work. I would like to make an exclusion for this problem, but i can't find the id. Here are the log: --325f4e64-A-- [31/Aug/2014:18:52:11 +0200]...
  19. F

    After Plesk 11 to 12 Migration no SSL

    Hi Run the command => /usr/local/psa/admin/sbin/httpdmng --reconfigure-domain efw-forum.de Restart Apache & Nginx Website still not working with ssl :( conf/nginx.conf #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT...
  20. M

    Plesk, Nginx and SSL

    So I did all the instructions and I have to say that I'm nearly a newby in webserver management - that's why I'm using Plesk and I'm thankful for every help! Step 1) I loaded the script for linux that should deactivate the ssl 3.0 fallback, poodle shows now folling result: 85.xxx.xxx.xxx:21 -...
Back
Top