Compare commits
2 Commits
4e7cd9e853
...
40b0ce2983
| Author | SHA1 | Date | |
|---|---|---|---|
| 40b0ce2983 | |||
| 1a1b717716 |
1
conf/extra_php-fpm.conf
Normal file
1
conf/extra_php-fpm.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
; Additional 'php.ini' parameters for this YunoHost package/application
|
||||||
@ -6,7 +6,14 @@ location __PATH__/ {
|
|||||||
|
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
try_files $uri /index.html;
|
try_files $uri index.html;
|
||||||
|
|
||||||
|
location ~ \.php {
|
||||||
|
fastcgi_param QUERY_STRING $query_string;
|
||||||
|
fastcgi_param SCRIPT_NAME $script_name;
|
||||||
|
# include fastcgi_params;
|
||||||
|
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||||
|
}
|
||||||
|
|
||||||
# Include SSOWAT user panel
|
# Include SSOWAT user panel
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|||||||
@ -11,8 +11,8 @@ ynh_remove_nginx_config
|
|||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE THE NGINX CONFIGURATION
|
# REMOVE SUDOERS CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Removing nginx web server configuration..." --weight=1
|
ynh_script_progression --message="Removing sudoers configuration..." --weight=1
|
||||||
|
|
||||||
rm /etc/sudoers.d/$app
|
rm /etc/sudoers.d/$app
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user