mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
using 127.0.0.1 instead of localhost
This commit is contained in:
@@ -31,11 +31,11 @@ http {
|
||||
uwsgi_temp_path /tmp/nginx.uwsgi_temp;
|
||||
|
||||
upstream kvmd {
|
||||
server localhost:8081 fail_timeout=0s max_fails=0;
|
||||
server 127.0.0.1:8081 fail_timeout=0s max_fails=0;
|
||||
}
|
||||
|
||||
upstream ustreamer {
|
||||
server localhost:8082 fail_timeout=0s max_fails=0;
|
||||
server 127.0.0.1:8082 fail_timeout=0s max_fails=0;
|
||||
}
|
||||
|
||||
#PROD server {
|
||||
|
||||
Reference in New Issue
Block a user