mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
commit
51450e8674
2 changed files with 3 additions and 10 deletions
|
@ -21,7 +21,7 @@
|
||||||
; Note: The user is mandatory. If the group is not set, the default user's group
|
; Note: The user is mandatory. If the group is not set, the default user's group
|
||||||
; will be used.
|
; will be used.
|
||||||
user = __USER__
|
user = __USER__
|
||||||
group = www-data
|
group = __USER__
|
||||||
|
|
||||||
; The address on which to accept FastCGI requests.
|
; The address on which to accept FastCGI requests.
|
||||||
; Valid syntaxes are:
|
; Valid syntaxes are:
|
||||||
|
@ -45,7 +45,7 @@ listen = /var/run/php-fpm-__USER__.sock
|
||||||
; Default Values: user and group are set as the running user
|
; Default Values: user and group are set as the running user
|
||||||
; mode is set to 0660
|
; mode is set to 0660
|
||||||
listen.owner = __USER__
|
listen.owner = __USER__
|
||||||
listen.group = www-data
|
listen.group = __USER__
|
||||||
listen.mode = 0660
|
listen.mode = 0660
|
||||||
; When POSIX Access Control Lists are supported you can set them using
|
; When POSIX Access Control Lists are supported you can set them using
|
||||||
; these options, value is a comma separated list of user/group names.
|
; these options, value is a comma separated list of user/group names.
|
||||||
|
@ -195,7 +195,7 @@ pm.max_requests = 500
|
||||||
; start time - the date and time the process has started;
|
; start time - the date and time the process has started;
|
||||||
; start since - the number of seconds since the process has started;
|
; start since - the number of seconds since the process has started;
|
||||||
; requests - the number of requests the process has served;
|
; requests - the number of requests the process has served;
|
||||||
; request duration - the duration in µs of the requests;
|
; request duration - the duration in s of the requests;
|
||||||
; request method - the request method (GET, POST, ...);
|
; request method - the request method (GET, POST, ...);
|
||||||
; request URI - the request URI with the query string;
|
; request URI - the request URI with the query string;
|
||||||
; content length - the content length of the request (only with POST);
|
; content length - the content length of the request (only with POST);
|
||||||
|
|
|
@ -113,13 +113,6 @@ ynh_clean_setup () {
|
||||||
# Exit if an error occurs during the execution of the script
|
# Exit if an error occurs during the execution of the script
|
||||||
ynh_abort_if_errors
|
ynh_abort_if_errors
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# CHECK THE PATH
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
# Normalize the URL path syntax
|
|
||||||
path_url=$(ynh_normalize_url_path --path_url=$path_url)
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD UPGRADE STEPS
|
# STANDARD UPGRADE STEPS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue