Loading nginx/nginx.conf→nginx/conf/nginx.conf +5 −0 Original line number Diff line number Diff line error_log /var/log/nginx/error.log; log_format main_log_format '$remote_addr - $remote_user [$time_local] ' '"$request" $status $body_bytes_sent ' '"$http_referer" "$http_user_agent" "$gzip_ratio"'; server { access_log /var/log/nginx/nginx-access.log main_log_format; root /etc/nginx/conf.d/www; index index.html; Loading nginx/www/index.html→nginx/conf/www/index.html +0 −0 File moved. View file nginx/logs/.gitkeep 0 → 100644 +0 −0 Empty file added. Loading
nginx/nginx.conf→nginx/conf/nginx.conf +5 −0 Original line number Diff line number Diff line error_log /var/log/nginx/error.log; log_format main_log_format '$remote_addr - $remote_user [$time_local] ' '"$request" $status $body_bytes_sent ' '"$http_referer" "$http_user_agent" "$gzip_ratio"'; server { access_log /var/log/nginx/nginx-access.log main_log_format; root /etc/nginx/conf.d/www; index index.html; Loading