Parent Directory | Revision Log | Revision Graph
* Thu Oct 14 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3.0-3.sme - remove directory permissions for plugin directory [SME: 11703] - Fix httpd FilesMatch
1 | diff -ruN smeserver-dokuwiki-0.3.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dokuwiki smeserver-dokuwiki-0.3.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dokuwiki |
2 | --- smeserver-dokuwiki-0.3.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dokuwiki 2021-10-14 14:23:38.880949027 +0200 |
3 | +++ smeserver-dokuwiki-0.3.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dokuwiki 2021-10-14 14:24:08.727437456 +0200 |
4 | @@ -28,7 +28,7 @@ |
5 | elsif ($fastcgi_mod eq 'mod_proxy_fcgi'){ |
6 | $php =<<_EOF; |
7 | |
8 | - <FilesMatch \.php$> |
9 | + <FilesMatch \\.php\$> |
10 | SetHandler "proxy:unix:/var/run/php-fpm/php__PHP_VERSION__-dokuwiki.sock|fcgi://localhost" |
11 | </FilesMatch> |
12 | _EOF |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |