• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

headers

  1. A

    Question How to use Clear-Site-Data header rule to clear browser cache

    Hello, I try to add Clear-Site-Data rule to the header of a domain, without success. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data Here are the Apache cutoms header rules I have : X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy...
  2. SlimDeluxe

    Resolved Not seeing X-Robots-Tag from .htaccess

    Hi, I have the following in .htaccess: <Files ~ "\.pdf$"> Header set X-Robots-Tag "noindex, nofollow" </Files> This works fine in local development. I can see the header. However, when in production, the header is not there. Please see attached image. What is the reason behind this and how...
  3. R

    Question Missing Authorization Headers in FPM application served by Nginx

    Hi All, I've been struggling with this issue for the last two days and I've concluded that this a server configuration issue. I have a Laravel application running on my server which serves a simple API. I'm trying to use a personal access token in postman to access the endpoint passing it as a...
  4. J

    Issue "Header set" in .htaccess not working with "Smart static files processing" enabled

    I want to add a HTTP header to images in a certain directory. However when adding Header set test 1 to .htaccess in the directory, the the header isn't added to the files. Only after disabling "Smart static files processing" the header shows up. I could just leave it disabled, but Plesk...
  5. nicojmb

    Question Empty Authorization header on PHP with nginx

    Hi, I'm developing a PHP RestAPI server with JWT and Bearer Auth. In my client side (postman) send the header authorization but in PHP the variable $_SERVER['HTTP_AUTHORIZATION'] is empty. Here is my plesk configuration is (details in attaached images): Hosting Settings: PHP 7.4.11 - FPM...
  6. nicojmb

    Issue Empty Authorization Header to nginx php

    Sorry, delete this trhead, i've opened in wronk category.
  7. K

    Issue Nginx caching issue.

    Hello, I almost a week and I didn't manage to setup the cache correctly thought Nginx. I just getting : x-cache-status: BYPASS -Plesk Onyx v17.8.11_build1708180301.19 os_Ubuntu 16.04 -wordpress. I am using Cloudflare. I tried to add : proxy_ignore_headers "Set-Cookie"; proxy_hide_header...
  8. S

    Question How to activate nginx cache from plesk correctly

    Hello, I would like clarify that I don't speak good english, but I will try. I have activated the Nginx cache from Plesk, and to know if it is working correctly I want it to return the "cache status". To achieve that I have added this line "add_header X-NG-Cache-Status $upstream_cache_status;"...
  9. T

    Plesk 12.5 and Ownloud 8.2.2 problem with missing authentication headers

    I observed the following problem quite some time ago and wonder if anyone has found a solution for it yet. When you are running latest Plesk 12.5 (on CentOS 7.2 running nginx) with Owncloud 8.2.2 there is a problem, when you work with PHP 5.6.17 fpm served by apache: Owncloud webfrontend works...
Back
Top