chore: format nginx.conf (#2971)

This commit is contained in:
supperchong
2023-08-19 08:41:04 +08:00
committed by GitHub
parent a2a78f40da
commit 248f9d5e81

View File

@@ -6,8 +6,6 @@ worker_processes 1;
#error_log logs/error.log info;
#pid logs/nginx.pid;
events {
worker_connections 1024;
}