scale-catalog/organizr-conf/custom/phpblock.conf
kjeld Schouten-Lebbing 6dd25f883b Restructuring:
- Add Auth_proxy to organiser
- Shuffle some IP's
- Add vlan support
- add basic jacket setup
2020-02-27 15:05:08 +01:00

9 lines
244 B
Plaintext

fastcgi_read_timeout 240;
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $request_filename;
include fastcgi_params;
}