Search results for query: "PleskLin"

  1. G J Piper

    Resolved XFrame Options / X-XSS-Protection / X-Content-Type-Options / HSTS

    This directory is where you can add custom configuration files to add global settings for nginx (not in the UI): /etc/nginx/conf.d/ Every configuration file found here has the "add_header X-Powered-By PleskLin;" in it, twice: /etc/nginx/plesk.conf.d/vhosts/*.conf I have about 30 domains hosted...
  2. Laurence@

    Question Can we use "proxy_ignore_headers" in Apache & nginx Settings

    I'm getting a cache HIT via CLI too: [root@server ~]# wget --server-response --spider https://wpnex.us/ Spider mode enabled. Check if remote file exists. --2018-07-27 00:04:48-- https://wpnex.us/ Resolving wpnex.us (wpnex.us)... 108.170.61.98 Connecting to wpnex.us...
  3. K

    Resolved How to globally disable X-Powered-By:PleskLin

    Hi UFHH01, thx for answer. OK, I found the problem. My lack of knowledge of PHP was the problem. I just deleted argument PleskLin and that caused errors. Now I edited that in "Sever", and everything works perfect. Thank you again. Also, I copied nginxForwarding.php to domain/
  4. Dirk

    Resolved Error in configuration file?

    Hi, I am getting this message in Settings/Configurations: Plesk repair all didn't fix it. Any ideas? Fehler: Aufgrund von Fehlern in den Konfigurations-Templates konnten keine neuen Konfigurationsdateien für den Apache Webserver erstellt werden: (Translated: Error: Due to errors in the...
  5. Igor Borisov

    Question Nginx microcache configuration for high traffic sites

    I see response headers only. Could you please provide request headers for this bypassed request?
  6. O

    Resolved X-Powered by PleskLin

    Hello, How to remove this header in Onyx, i dont found any option to do that? Thanks
  7. D

    Question Can we use "proxy_ignore_headers" in Apache & nginx Settings

    Hi, i get a HIT on your Page: Request URL: https://wpnex.us/solar-energy-for-mother-earth/ Request Method: GET Status Code: 200 Remote Address: 96.125.178.146:443 Referrer Policy: no-referrer-when-downgrade cache-control: max-age=86400 content-encoding: gzip content-length: 8701 content-type...
  8. Abdelkarim Mateos

    Resolved ERR [util_exec] proc_close() failed ['/usr/local/psa/admin/bin/nginx-config'

    Oh.... Now work. After Almost work [ root@kvm492 ~]# touch /etc/nginx/conf.d/expires.global && chown root:nginx /etc/nginx/conf.d/expires.global root@kvm492 ~]# /usr/local/psa/admin/bin/nginxmng -d [root@kvm492 ~]# /usr/local/psa/admin/bin/nginxmng -e But not work how reverse proxy and get...
  9. learning_curve

    Resolved XFrame Options / X-XSS-Protection / X-Content-Type-Options / HSTS

    Thank goodness we used "Additional nginx directives" to do all the changes manually to each domain - pure luck, but very happy with that and thanks for posting your test results! Nirvana! This is the exact, specific reason that we first addded this thread to the forum :cool: Nope, very useful...
  10. Laurence@

    Question Can we use "proxy_ignore_headers" in Apache & nginx Settings

    Browser headers: General Request URL: Herald Home - WPNEXUS Request Method: GET Status Code: 200 Remote Address: 108.170.61.98:443 Referrer Policy: no-referrer-when-downgrade Response Headers cache-control: max-age=2592000 content-encoding: gzip content-length: 6238 content-type: text/html...
  11. M

    Resolved XFrame Options / X-XSS-Protection / X-Content-Type-Options / HSTS

    I did a find /etc/nginx -type f -name \*.conf -exec http -il plesklin {} \; And the only place where it's added is in forwarding sites. Where does Plesk add that header for you? That may be the reason why more is working on my servers. You are also referring to a server-wide nginx place to...
  12. M

    Resolved XFrame Options / X-XSS-Protection / X-Content-Type-Options / HSTS

    This way you will get rid of it.... ln -s /usr/local/sbin/noplesklin /etc/cron.hourly/ cat /usr/local/sbin/noplesklin #!/bin/bash TMP=`mktemp` LINE='add_header .* PleskLin' if grep -il "${LINE}" /var/www/vhosts/system/*/conf/nginx.conf >${TMP} ; then while read CONF ; do sed -i...
  13. M

    Resolved react on nginx page refresh leads to 404

    Hey guys, I found a little bit online but not the solution to my problem yet. I'm working on a react native app that is also working as website. All permalinks/urls of the app work just fine and everything checks out. Only problem. When on example.com/something/something and I refresh the page...
  14. G J Piper

    Resolved XFrame Options / X-XSS-Protection / X-Content-Type-Options / HSTS

    Here is the answer: Nginx add_header configuration pitfall When Plesk moved the add_header directives into the "server" scope in the configuration files, it nullified the add_header capability upstream from that block. So, there's effectively no way to fix this from what I can tell, unless...
  15. D

    Issue Permission denied 403 Nginx Wordpress site migration

    Hello, Even though it is a common problem for many people and a lot of answers being given, I am still getting the error of "403 Forbidden" by ngnix. The configuration file of my Nginx vhost is the following: #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO...
  16. learning_curve

    Resolved XFrame Options / X-XSS-Protection / X-Content-Type-Options / HSTS

    .....but only on the 2nd Tuesday in August, with a following wind....:D Joking aside that a great post. Unless we're mistaken, this also means that placing "add_header" directives in the UI Additional nginx directives section (on each individual domain) completely ignoring any "add_header...
  17. WielM

    Let's Encrypt extension

    HTTP/1.1 301 Moved Permanently Server: nginx Date: Thu, 17 Aug 2017 17:38:52 GMT Content-Type: text/html Content-Length: 178 Connection: keep-alive Location: http://www.wsvalem.nl/ X-Powered-By: PleskLin Weird...WP does not insert that in the header. As it is just before the "X-Powered-By" I...
  18. M

    Resolved HTTP Keep-Alive not working on CSS and X-Powered-By not unsettable

    Hi Dukemaster, I think my problems with keep-alive are only on benchmark 'cause in Google Network Console it seems to work like a charm. I've also enabled HTTP2 protocol wich is helping me a lot on performance thanks to parallels load and lighter headers. Regarding "X-Powered-By", i've been...
  19. U

    Resolved X-Powered by PleskLin

    Hi omexlu, pls. try to use the FORUM SEARCH as well, before you open a new thread: => #13
  20. TimReeves

    Resolved Proxy mode off: bug and problems with nginx config

    Plesk 17.5.3 noticed 1. July 2017 The template nginxDomainVirtualHost.php has had further non-trivial changes: Line 87 (add_header X-Powered-By PleskLin) deleted from "location /internal-nginx-static-location/" block Lines (previously) 96 - 110 for the file sharing location have been...
Back
Top