Update optimize/optimize-server.sh
This commit is contained in:
parent
f86f7d09d5
commit
e4a813121b
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
# VARIABLES #
|
||||
#-----------------------------------#
|
||||
|
||||
this_script_url="https://example.com/optimize-server.sh"
|
||||
this_script_url="https://git.hhf.technology/hhf/script-management-cloudpanel/raw/branch/main/optimize/optimize-server.sh"
|
||||
this_script_name="Server Optimization Script"
|
||||
formatter_url="https://git.hhf.technology/hhf/TaskFormatter/raw/branch/main/bash_task_formatter/task_formatter.sh"
|
||||
scriptname=$0
|
||||
|
||||
# Configuration URLs
|
||||
NGINX_CONF_URL="https://git.hhf.technology/hhf/script-management-cloudpanel/src/branch/main/optimize/nginx.conf"
|
||||
NGINX_CONF_URL="https://git.hhf.technology/hhf/script-management-cloudpanel/raw/branch/main/optimize/nginx.conf"
|
||||
MARIADB_CONF_URL="https://git.hhf.technology/hhf/script-management-cloudpanel/raw/branch/main/optimize/100-cloudpanel.cnf"
|
||||
|
||||
# Configuration paths
|
||||
|
|
Loading…
Reference in a new issue