jbench
Hello, try to change the configuration file as shown in the figure: replace 192.168.247.128 with your ip
server
{
listen 80;
server_name 192.168.247.129;
rewrite .*$ http://${server_name}:7777$1 permanent;
}
server {
listen 7777;
server_name 192.168.247.129;
index index.php index.html index.htm default.php default.htm default.html;
root /www/wwwroot/192.168.247.129/;