Compare commits
No commits in common. "40b0ce298320f12ba508ddb88dfce4d0fefd57f3" and "4e7cd9e8535f201a00afac1e2d2607d48955b166" have entirely different histories.
40b0ce2983
...
4e7cd9e853
@ -1 +0,0 @@
|
||||
; Additional 'php.ini' parameters for this YunoHost package/application
|
||||
@ -6,14 +6,7 @@ location __PATH__/ {
|
||||
|
||||
index 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;
|
||||
}
|
||||
try_files $uri /index.html;
|
||||
|
||||
# Include SSOWAT user panel
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
|
||||
@ -11,8 +11,8 @@ ynh_remove_nginx_config
|
||||
|
||||
|
||||
#=================================================
|
||||
# REMOVE SUDOERS CONFIGURATION
|
||||
# REMOVE THE NGINX CONFIGURATION
|
||||
#=================================================
|
||||
ynh_script_progression --message="Removing sudoers configuration..." --weight=1
|
||||
ynh_script_progression --message="Removing nginx web server configuration..." --weight=1
|
||||
|
||||
rm /etc/sudoers.d/$app
|
||||
|
||||
Loading…
Reference in New Issue
Block a user