Change Domain Name

This commit is contained in:
chiu 2026-02-03 10:18:11 +00:00
parent 705db433c8
commit 391721bce9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ echo "postfix postfix/main_mailer_type string 'Local only'" | sudo debconf-set-s
sudo apt-get install -y postfix
sudo service postfix start
#install nginx 1.23.1
wget http://gitlab.tp.rulingcom.com/erictyl/install_r45_on_ubuntu_1804lts_doc/-/raw/master/install_nginx.sh -O install_nginx.sh
wget http://orbitgit.cloud/erictyl/install_r45_on_ubuntu_1804lts_doc/-/raw/master/install_nginx.sh -O install_nginx.sh
bash install_nginx.sh
sudo nginx -t
nginx_status="$(echo $?)"