~~ssh~~ https auto update
This commit is contained in:
parent
3e3cd71f34
commit
9f55868353
BIN
docker_container/gor_linux_x64.orig.elf
Normal file
BIN
docker_container/gor_linux_x64.orig.elf
Normal file
Binary file not shown.
BIN
docker_container/gor_linux_x64.upx.elf
Normal file
BIN
docker_container/gor_linux_x64.upx.elf
Normal file
Binary file not shown.
@ -1,9 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /root
|
||||
cd /root/
|
||||
|
||||
apt update
|
||||
apt install -y --no-install-recommends nginx-core php7.4-fpm php7.4-curl php7.4-mbstring php7.4-gd
|
||||
apt install -y --no-install-recommends nginx-light php7.4-fpm php7.4-curl php7.4-mbstring php7.4-gd
|
||||
|
||||
cp --force /root/www/docker_container/nginx.conf /etc/nginx/nginx.conf
|
||||
cp --force /root/www/docker_container/nginx-0.conf /root/nginx-0.conf
|
||||
|
@ -36,15 +36,15 @@ http {
|
||||
# Logging Settings
|
||||
##
|
||||
|
||||
log_format custom_log '[$time_local] '
|
||||
'remote=$remote_addr:$remote_port '
|
||||
'local=$server_addr:$server_port '
|
||||
log_format custom_log '[$time_local], '
|
||||
'remote=$remote_addr:$remote_port, '
|
||||
'local=$server_addr:$server_port, '
|
||||
'request=\n$request\n\n$request_body\n'
|
||||
'status=$status '
|
||||
'request_time=$request_time';
|
||||
'status=$status, len=$body_bytes_sent, '
|
||||
'request_time=$request_time\n\n';
|
||||
|
||||
access_log /root/log/access.log custom_log;
|
||||
error_log /root/log/error.log;
|
||||
error_log /root/log/error.log debug;
|
||||
|
||||
##
|
||||
# Gzip Settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user