ltb-project / service-desk

Application for support team who need to check and reset user passwords
https://service-desk.readthedocs.io/
GNU General Public License v3.0
49 stars 19 forks source link

Update general-parameters.rst #81

Closed cmaudoux closed 1 year ago

cmaudoux commented 1 year ago

Fix multi tenancy Nginx conf. snippet

cmaudoux commented 1 year ago

Let you check if Apache2 conf. snippet is correct

coudot commented 1 year ago

What is the issue?

cmaudoux commented 1 year ago

My bad. The issue exists.

cmaudoux commented 1 year ago

My conf : $header_name_extra_config = "SSP-Extra-Config";

# pass PHP scripts to FastCGI server
location ~ \.php$ {
    include snippets/fastcgi-php.conf;
    fastcgi_param HTTP_SSP_EXTRA_CONFIG domain1;
    fastcgi_pass unix:/run/php/php7.4-fpm.sock;
}

It works with this conf.