Skip to content

Commit

Permalink
Update trojan_wp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
atrandys committed Apr 3, 2020
1 parent 9a33d03 commit 04bd4f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trojan_wp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
http {0
http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
log_format main '\$remote_addr - \$remote_user [\$time_local] "\$request" '
Expand Down Expand Up @@ -434,11 +434,11 @@ EOF
chmod +x ${systempwd}trojan.service
systemctl start trojan.service
systemctl enable trojan.service
install_php
install_php7
install_mysql
install_nginx
config_php
downloda_wp
download_wp
install_wp
cd /usr/src/trojan-cli/
zip -q -r trojan-cli.zip /usr/src/trojan-cli/
Expand Down

0 comments on commit 04bd4f8

Please sign in to comment.