Инструменты пользователя

Инструменты веб-сайта


nginx

Это старая версия документа!


Интеграция с nginx / php-fpm

    location /benno { index index.php; alias /srv/benno/bennoweb/htdocs; autoindex off; location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/var/run/php/php7.3-fpm.sock; fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $request_filename; } location ~ rest.php(/.*)$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/var/run/php/php7.3-fpm.sock; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $request_filename; fastcgi_param PATH_INFO $fastcgi_path_info; } }
nginx.1599657731.txt.gz · Zuletzt geändert: 2020/09/09 13:22 von lwsystems