fix(core): update
This commit is contained in:
parent
9a26ddc52e
commit
9ca2f652d3
@ -2,9 +2,6 @@ server {
|
|||||||
listen [::]:3000 default_server;
|
listen [::]:3000 default_server;
|
||||||
listen *:3000 default_server;
|
listen *:3000 default_server;
|
||||||
|
|
||||||
auth_basic "Restricted Access";
|
|
||||||
auth_basic_user_file /etc/nginx/htpasswd.users;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:5601;
|
proxy_pass http://127.0.0.1:5601;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
@ -19,9 +16,6 @@ server {
|
|||||||
listen [::]:3001 default_server;
|
listen [::]:3001 default_server;
|
||||||
listen *:3001 default_server;
|
listen *:3001 default_server;
|
||||||
|
|
||||||
auth_basic "Restricted Access";
|
|
||||||
auth_basic_user_file /etc/nginx/htpasswd.users;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:9200;
|
proxy_pass http://127.0.0.1:9200;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
Loading…
Reference in New Issue
Block a user