V0.1
This commit is contained in:
parent
033d359595
commit
c63f9aab91
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,33 @@
|
||||
worker_processes 1;
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
server {
|
||||
listen 5180;
|
||||
server_name 192.168.1.23;
|
||||
location / {
|
||||
# root html;
|
||||
index index.html index.htm;
|
||||
try_files $uri $uri/ /index.html;
|
||||
# try_files $uri $uri/ @router;
|
||||
}
|
||||
location /api/ {
|
||||
#rewrite ^.+api/?(.*)$ /$1 break;
|
||||
rewrite ^/api/(.*)$ /$1 break;
|
||||
proxy_pass http://192.168.1.23:8080/;
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
root html;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -6,8 +6,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>IP广播分控系统</title>
|
||||
<!-- author xjt -->
|
||||
<script type="module" crossorigin src="/assets/index-D_LmkjfO.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BpTQn9Sz.css">
|
||||
<script type="module" crossorigin src="/assets/index-CxbqMZhz.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B1ZRBYOQ.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
1426
Bin/logs/access.log
1426
Bin/logs/access.log
File diff suppressed because it is too large
Load Diff
@ -27,3 +27,308 @@
|
||||
2024/08/12 08:36:14 [error] 16768#12376: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: localhost, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.97:8080/loginms", host: "192.168.1.23", referrer: "http://192.168.1.23/"
|
||||
2024/08/12 17:39:03 [error] 8088#3280: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: localhost, request: "POST /api/Home31/UpDateTitle HTTP/1.1", upstream: "http://192.168.1.23:8080/Home31/UpDateTitle", host: "192.168.1.23:82", referrer: "http://192.168.1.23:82/"
|
||||
2024/08/12 17:39:04 [error] 8088#3280: *2 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: localhost, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:82", referrer: "http://192.168.1.23:82/"
|
||||
2024/08/15 08:35:20 [error] 8084#10752: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 08:35:21 [error] 8084#10752: *2 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 08:35:22 [error] 8084#10752: *48 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 08:35:23 [error] 8084#10752: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 08:35:24 [error] 8084#10752: *2 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 08:35:25 [error] 8084#10752: *48 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 08:35:26 [error] 8084#10752: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 08:35:27 [error] 8084#10752: *2 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:09:17 [error] 12784#12948: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Home21 HTTP/1.1", upstream: "http://192.168.1.23:8080/Home21", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:09:17 [error] 12784#12948: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Terminal/Read HTTP/1.1", upstream: "http://192.168.1.23:8080/Terminal/Read", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:09:17 [error] 12784#12948: *8 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:09:17 [error] 12784#12948: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Home21 HTTP/1.1", upstream: "http://192.168.1.23:8080/Home21", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:09:17 [error] 12784#12948: *6 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Terminal/Read HTTP/1.1", upstream: "http://192.168.1.23:8080/Terminal/Read", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:09:17 [error] 12784#12948: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:12:08 [error] 12784#12948: *8 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading response header from upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:12:15 [error] 1340#13240: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Terminal/Read HTTP/1.1", upstream: "http://192.168.1.23:8080/Terminal/Read", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:12:15 [error] 1340#13240: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:12:15 [error] 1340#13240: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Terminal/Read HTTP/1.1", upstream: "http://192.168.1.23:8080/Terminal/Read", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:12:15 [error] 1340#13240: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:12:16 [error] 1340#13240: *8 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:14:09 [error] 13140#6292: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:14:09 [error] 13140#6292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Terminal/Read HTTP/1.1", upstream: "http://192.168.1.23:8080/Terminal/Read", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:14:09 [error] 13140#6292: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:14:10 [error] 13140#6292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:15:57 [error] 13140#6292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:15:58 [error] 13140#6292: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:15:59 [error] 13140#6292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:16:00 [error] 13140#6292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:16:01 [error] 13140#6292: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:16:02 [error] 13140#6292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:16:03 [error] 13140#6292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:16:07 [error] 5324#12340: *155 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:25:10 [error] 13040#11736: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:25:10 [error] 13040#11736: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:25:11 [error] 13040#11736: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:26:52 [error] 13040#11736: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:26:52 [error] 13040#11736: *89 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Terminal/Read HTTP/1.1", upstream: "http://192.168.1.23:8080/Terminal/Read", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:26:53 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:26:54 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Terminal/Read HTTP/1.1", upstream: "http://192.168.1.23:8080/Terminal/Read", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:26:54 [error] 13040#11736: *142 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:26:57 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Home31/UpDateTitle HTTP/1.1", upstream: "http://192.168.1.23:8080/Home31/UpDateTitle", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:26:58 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:26:59 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:00 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:01 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:03 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:04 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:05 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:06 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:07 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:08 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:09 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:10 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:11 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:12 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:13 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:14 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:15 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:16 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:17 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:18 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:19 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:20 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:21 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:22 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:23 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:24 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:25 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:26 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:27 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:28 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:29 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:30 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:31 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:32 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:33 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:34 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:35 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:36 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:37 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:38 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:39 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:40 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:41 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:42 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:43 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:44 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:45 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:46 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:47 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:48 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:49 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:50 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:51 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:52 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:53 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:54 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:55 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:56 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:57 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:58 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:27:59 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:00 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:01 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:08 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:08 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:09 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:10 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:11 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:12 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:13 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:14 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:15 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:16 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:17 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:18 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:19 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:20 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:21 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:22 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:23 [error] 13040#11736: *91 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:24 [error] 13040#11736: *88 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:25 [error] 13040#11736: *149 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:29 [error] 12368#12628: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:29 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:30 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:38 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:39 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:40 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:41 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:43 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:44 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:45 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:46 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:47 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:48 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:49 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:50 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:51 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:52 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:53 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:54 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:55 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:56 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:57 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:58 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:28:59 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:00 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:01 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:01 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:02 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:03 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:04 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:05 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:06 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:07 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:09 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:10 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:11 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:12 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:13 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:14 [error] 12368#12628: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:15 [error] 12368#12628: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:16 [error] 12368#12628: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:21 [error] 13268#13292: *4 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:21 [error] 13268#13292: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:21 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:22 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:28 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:29 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:30 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:31 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:32 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:33 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:34 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:35 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:36 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:37 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:38 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:39 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:40 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:41 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:42 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:43 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:44 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:45 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:46 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:47 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:48 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:49 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:50 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:51 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:52 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:53 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:54 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:55 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:56 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:57 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:58 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:29:59 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:30:00 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:30:01 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:30:02 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:30:03 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:30:04 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:30:05 [error] 13268#13292: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:30:06 [error] 13268#13292: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:30:07 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:31:00 [error] 13268#13292: *9 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:31:57 [error] 12664#13188: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:31:57 [error] 12664#13188: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:31:58 [error] 12664#13188: *4 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:33:16 [error] 12788#5128: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:33:16 [error] 12788#5128: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:33:17 [error] 12788#5128: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:28 [error] 12788#5128: *3 client intended to send too large body: 9766143 bytes, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Home25/File HTTP/1.1", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:35 [error] 12788#5128: *7 client intended to send too large body: 10925594 bytes, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Home25/File HTTP/1.1", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:40 [error] 12788#5128: *1 client intended to send too large body: 9766143 bytes, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Home25/File HTTP/1.1", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:40 [error] 12788#5128: *5 client intended to send too large body: 8282356 bytes, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Home25/File HTTP/1.1", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:40 [error] 12788#5128: *118 client intended to send too large body: 10925594 bytes, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Home25/File HTTP/1.1", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:40 [error] 12788#5128: *119 client intended to send too large body: 7775288 bytes, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Home25/File HTTP/1.1", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:40 [error] 12788#5128: *120 client intended to send too large body: 8488268 bytes, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Home25/File HTTP/1.1", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:49 [error] 12788#5128: *121 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Aside/UpDate HTTP/1.1", upstream: "http://192.168.1.23:8080/Aside/UpDate", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:49 [error] 12788#5128: *126 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Terminal/Read HTTP/1.1", upstream: "http://192.168.1.23:8080/Terminal/Read", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:51 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/Home31/UpDateTitle HTTP/1.1", upstream: "http://192.168.1.23:8080/Home31/UpDateTitle", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:52 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:53 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:55 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:56 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:57 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:58 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:34:59 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:00 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:01 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:02 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:03 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:04 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:05 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:06 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:07 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:08 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:09 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:10 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:11 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:12 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:13 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:14 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:15 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:16 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:17 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:18 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:19 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:20 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:21 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:22 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:23 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:24 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:25 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:26 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:27 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:28 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:29 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:30 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:31 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:32 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:33 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:34 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:35 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:36 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:37 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:38 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:39 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:40 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:41 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:42 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:43 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:44 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:45 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:46 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:47 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:48 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:49 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:50 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:51 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:52 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:53 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:53 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:54 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:55 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:56 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:57 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:58 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:35:59 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:00 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:01 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:02 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:03 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:04 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:05 [error] 12788#5128: *143 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:06 [error] 12788#5128: *141 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:07 [error] 12788#5128: *139 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:13 [error] 11608#12488: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:13 [error] 11608#12488: *3 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:13 [error] 11608#12488: *5 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
2024/08/15 09:36:14 [error] 11608#12488: *7 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.23, server: 192.168.1.23, request: "POST /api/loginms HTTP/1.1", upstream: "http://192.168.1.23:8080/loginms", host: "192.168.1.23:5180", referrer: "http://192.168.1.23:5180/"
|
||||
|
||||
@ -1 +1 @@
|
||||
15012
|
||||
14684
|
||||
|
||||
Binary file not shown.
@ -0,0 +1,9 @@
|
||||
C/S_IP:192.168.1.22
|
||||
C/S_PORT:8080
|
||||
Sub_Control_IP:192.168.1.23
|
||||
Sub_Control_PORT:8080
|
||||
Sub_Control_Audio_PORT:52018
|
||||
Sub_Web_PORT:5180
|
||||
Origins:['http://192.168.1.23:5180']
|
||||
#中文简体,English
|
||||
Language:中文简体
|
||||
@ -35,7 +35,7 @@ if(ANDROID)
|
||||
)
|
||||
else()
|
||||
add_executable(WebDeploy
|
||||
WIN32
|
||||
#WIN32
|
||||
main.cpp
|
||||
widget.cpp
|
||||
widget.h
|
||||
|
||||
Binary file not shown.
@ -6,8 +6,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>IP广播分控系统</title>
|
||||
<!-- author xjt -->
|
||||
<script type="module" crossorigin src="/assets/index-D_LmkjfO.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BpTQn9Sz.css">
|
||||
<script type="module" crossorigin src="/assets/index-CxbqMZhz.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B1ZRBYOQ.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Binary file not shown.
7
main.cpp
7
main.cpp
@ -2,9 +2,16 @@
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
void signalHandler(int sig) {
|
||||
qDebug() << "Caught signal:" << sig;
|
||||
// 这里可以添加更多的处理逻辑,例如保存日志文件
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
// 安装信号处理器
|
||||
signal(SIGSEGV, signalHandler);
|
||||
Widget w;
|
||||
w.show();
|
||||
return a.exec();
|
||||
|
||||
50
widget.cpp
50
widget.cpp
@ -41,8 +41,8 @@ Widget::Widget(QWidget *parent): QWidget(parent), ui(new Ui::Widget){
|
||||
ui->OpenServerBtn->setFocusPolicy(Qt::NoFocus);
|
||||
//------------------------------------------------------------------------------------------------
|
||||
SetBtn(0);
|
||||
terminateProcessByName("java");
|
||||
terminateProcessByName("nginx");
|
||||
// terminateProcessByName("java");
|
||||
// terminateProcessByName("nginx");
|
||||
ServerThread.SetThread(&Widget::ServerListening,this);
|
||||
ServerThread.Start();
|
||||
foreach (QHostAddress ptr , QNetworkInterface::allAddresses()) {
|
||||
@ -74,10 +74,14 @@ void Widget::on_pushButton_clicked2() {
|
||||
}
|
||||
|
||||
void Widget::WebThreadRun() {
|
||||
std::thread([this]() {
|
||||
if (!process->waitForFinished(0)) {
|
||||
std::cout << "Process failed to finish";
|
||||
return;
|
||||
}
|
||||
while (WebThread.Sign()){
|
||||
QByteArray output = process.readAllStandardOutput();
|
||||
QByteArray output2 = nginxprocess.readAllStandardOutput();
|
||||
try {
|
||||
QByteArray output = process->readAllStandardOutput();
|
||||
QByteArray output2 = nginxprocess->readAllStandardOutput();
|
||||
if(output != ""){
|
||||
QMetaObject::invokeMethod(this,[this,output](){
|
||||
ui->ServerConsele->append(output);
|
||||
@ -89,14 +93,16 @@ void Widget::WebThreadRun() {
|
||||
ui->ServerConsele->append(str);
|
||||
});
|
||||
}
|
||||
//std::cout << "Output:" << output.toStdString() << std::endl;
|
||||
}
|
||||
catch (const std::exception& e) {
|
||||
QMetaObject::invokeMethod(this,[this,e](){
|
||||
QString str = "Nginx:[" + QString(e.what()) + "]";
|
||||
ui->ServerConsele->append(str);
|
||||
});
|
||||
}
|
||||
Threading::Sleep(1000*1000);
|
||||
}
|
||||
}).detach();
|
||||
if (!process.waitForFinished()) {
|
||||
std::cout << "Process failed to finish";
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void Widget::closeEvent(QCloseEvent *event) {
|
||||
@ -108,8 +114,6 @@ void Widget::closeEvent(QCloseEvent *event) {
|
||||
msgBox.exec();
|
||||
if (msgBox.clickedButton() == yesButton)
|
||||
{
|
||||
nginxprocess.close();
|
||||
process.close();
|
||||
ServerThread.Stop();
|
||||
WebThread.Stop();
|
||||
terminateProcessByName("java");
|
||||
@ -127,19 +131,19 @@ bool Widget::WebRunFun() {
|
||||
if(!ServerFlag){
|
||||
CCString jre = WebSubPaths + JavaExe;
|
||||
CCString cmd = jre + " -jar WebSub/SpringWeb.jar";
|
||||
process.start(cmd.c_str()); // 替换为你想要执行的命令
|
||||
if (!process.waitForStarted()) {
|
||||
process->start(cmd.c_str()); // 替换为你想要执行的命令
|
||||
if (!process->waitForStarted()) {
|
||||
ui->ServerConsele->append("Failed to start WebJar!");
|
||||
return false;
|
||||
}
|
||||
try{
|
||||
CCString cmdnginx = NginxExe;
|
||||
nginxprocess.start(cmdnginx.c_str());
|
||||
nginxprocess->start(cmdnginx.c_str());
|
||||
}
|
||||
catch (const std::exception& e) {
|
||||
std::cerr << "Error: " << e.what() << std::endl;
|
||||
}
|
||||
if (!nginxprocess.waitForStarted()) {
|
||||
if (!nginxprocess->waitForStarted()) {
|
||||
terminateProcessByName("java");
|
||||
ui->ServerConsele->append("Failed to start Nginx!");
|
||||
return false;
|
||||
@ -319,8 +323,8 @@ void Widget::ServerListening() {
|
||||
OpenFlagBtn(false);
|
||||
CCString jre = WebSubPaths + JavaExe;
|
||||
CCString cmd = jre + " -jar WebSub/SpringWeb.jar";
|
||||
process.start(cmd.c_str()); // 替换为你想要执行的命令
|
||||
if (!process.waitForStarted()) {
|
||||
process->start(cmd.c_str()); // 替换为你想要执行的命令
|
||||
if (!process->waitForStarted()) {
|
||||
ui->ServerConsele->append("Failed to start WebJar!");
|
||||
}
|
||||
});
|
||||
@ -328,8 +332,8 @@ void Widget::ServerListening() {
|
||||
if(!S && ServerFlag){
|
||||
try{
|
||||
CCString cmdnginx = NginxExe;
|
||||
nginxprocess.start(cmdnginx.c_str());
|
||||
if (!nginxprocess.waitForStarted()) {
|
||||
nginxprocess->start(cmdnginx.c_str());
|
||||
if (!nginxprocess->waitForStarted()) {
|
||||
ui->ServerConsele->append("Failed to start Nginx!");
|
||||
}
|
||||
}
|
||||
@ -404,8 +408,8 @@ void Widget::ServerReRun() {
|
||||
terminateProcessByName("java");
|
||||
terminateProcessByName("nginx");
|
||||
if(ServerFlag){
|
||||
nginxprocess.close();
|
||||
process.close();
|
||||
nginxprocess->close();
|
||||
process->close();
|
||||
WebThread.Stop();
|
||||
ui->ServerConsele->append("Server Close");
|
||||
OpenFlagBtn(false);
|
||||
|
||||
3
widget.h
3
widget.h
@ -54,7 +54,8 @@ private:
|
||||
const CCString NginxExe = "./WebSub/nginx";
|
||||
const CCString JavaExe = "WebSub/jreLinux/bin/java";
|
||||
#endif
|
||||
QProcess process,nginxprocess;
|
||||
QProcess* process = new QProcess();
|
||||
QProcess* nginxprocess = new QProcess();
|
||||
QRect m_areaMovable;//可移动窗口的区域,鼠标只有在该区域按下才能移动窗口
|
||||
bool m_bPressed;//鼠标按下标志(不分左右键)
|
||||
QPoint m_ptPress;//鼠标按下的初始位置
|
||||
|
||||
Loading…
Reference in New Issue
Block a user