mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
upgrade to Doryphore
This commit is contained in:
parent
1f75f5fe47
commit
f8e845efb6
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://repository.yeswiki.net/cercopitheque/yeswiki-cercopitheque-2020-06-05-1.zip
|
||||
SOURCE_SUM=f0cf6b19ab6b5c80c40b156ee1dd13e07e86a56bfaa1520b84e01886b67e35ee
|
||||
SOURCE_URL=https://github.com/YesWiki/yeswiki/archive/2020-10-2-1.zip
|
||||
SOURCE_SUM=74cc02c81801368c9ddaf48e914cf6a169679c82d193fdfc958db6025f557d6b
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=cercopitheque
|
||||
SOURCE_FILENAME=doryphore
|
||||
|
|
|
@ -18,7 +18,7 @@ location __PATH__/ {
|
|||
try_files $uri $uri/ index.php;
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
fastcgi_pass unix:/var/run/php/php7.0-fpm-__NAME__.sock;
|
||||
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||
|
||||
fastcgi_index index.php;
|
||||
include fastcgi_params;
|
||||
|
|
|
@ -33,7 +33,7 @@ group = __USER__
|
|||
; (IPv6 and IPv4-mapped) on a specific port;
|
||||
; '/path/to/unix/socket' - to listen on a unix socket.
|
||||
; Note: This value is mandatory.
|
||||
listen = /var/run/php/php7.0-fpm-__NAMETOCHANGE__.sock
|
||||
listen = /var/run/php/php__PHPVERSION__-fpm-__NAMETOCHANGE__.sock
|
||||
|
||||
; Set listen(2) backlog.
|
||||
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
|
||||
|
|
Loading…
Reference in a new issue