it s OK to use my own computer, but not a Linux host on the same LAN, and there s no problem with the online environment. the error is as follows: RequestCoreException: cURL resource: Resource id-sharp9; cURL error: Could not resolve: rans-7900.oss-c...
server { listen *:80; server_name admin.hiphop.top; location { root "D: Office PHPStudy PHPTutorial WWW MyWork VhiphopAdmin dist"; index index.html; try_files $uri $uri index.html; } ...
it turns out that there is a php project on the server, and the default port 80 is used. Later, I need to add one. Because all the pages are static, , I want to directly use ngnix to access it, and then modify the apache2 port of the php project to 808P...
the default web page is port 80. I want to specify dozens of ports, such as 80, 81, 82, 83, and so on. Other configurations are the same, how to write simply ...
problem description when the web project is accessed by the internal network, it can be accessed successfully, but when it is accessed through the external network, the js is not loaded completely. access to js alone, the first load: status code: 200...
Project description 1.Spring Boot+Spring Cloud 2. The upload service uses fastDFS 3.upload micro-service port 8089 4. Local host mapping 127.0.0.1 upload.example.com 5.nginx proxy upload.example.com to port 8089 problem description use http:...
now the company is working on the front-end separation project, but the front-end project cannot be reconstructed directly. The original project is deeply embedded in the Java service and can only be separated step by step. 2. Now with nginx configu...
problem description vue2 imitates QQ Music project. After being packaged and launched, the agent has cross-domain problems, and some data cannot be requested the environmental background of the problems and what methods you have tried the server s...
nginx has its own current-limiting feature. Similarly, current-limiting can also be done in the service, and it can also be done in api gateway. With so many solutions, where is it more appropriate to do current-limiting? ...
my front-end page is in ngnix, and the port is 80 . my background is written in nodejs, and the port is 3060, now I log in on the login page, request the http: www.xinlizhiyouni.com:80 user login phone interface, then save the data to the session o...
use netty as a message push system and use Web Socket protocol to communicate. Hundreds of thousands of connections are found and a hundred messages are sent during the test. at present, the client connects directly to the server to receive the expecte...
how to configure domain name blacklist in nginx, and prohibit domain name binding ...
I need to configure the password of the database through fastcgi_param fastcgi_param DB_PASS "afdas$madads " here $m is part of the password, but nginx always treats it as a variable, and adding a backslash doesn t work either. What to do with i...
how many node? can be started on a machine How many nginx? Why is it attached? ...
server { listen 8000; root html; autoindex on; autoindex_exact_size off; autoindex_localtime on; } the list function has been enabled using autoindex on;, but accessing localhost:8000 still displays the contents ...
novel website, high-performance database design, using PHP + Mysql + Redis, has seen the forum, someone said that the novel saved txt file or xml format, mysql save txt file address (paging how to do it) , would like to ask the bosses, there are no ide...
vagrant has been installed and used for a long time, and the LNMP environment has been installed in the virtual machine, which can also be used, but today there is a strange phenomenon: after my vagrant up starts normally, I can t access it suddenly. S...
when I add proxy_set_header Host $host; , there is a multi-site configuration on the host pointed to by the reverse proxy. I expect to display the content of site A, but actually show the content of site B. I don t know what the problem is. The follow...
this is my request code $.ajax({ url:" apis h5 policy.do", type:"post", data:{pageSize:7}, success:function(data){ console.log(data) ...
how high is the server cost required for short video APP such as Douyin? can you refine the various costs, such as server configuration, storage traffic distribution, etc. ...
I want to drop the url field in kibana visualize, Filter, which ends with js. How do I write query dsl?? I can t write it in the following way { "query": { "bool": { "must_not": [ { "mat...
function getUrl(url) { return new Promise(function (resolve, reject) { var req = new XMLHttpRequest(); console.log(req); req.open( GET , url, true); req.onreadystatechange = function () { if (req.readySta...
Why is parseInt parseInt ( 2century Magazine 2) NaN? ?...
problem: I have encountered a very strange problem. Under electron, I want to use animate.css to create a pop-up animation of the top notification. After fadeInDown, adds animation with addClass, I find that as long as the animation added first is not ...
A>B>C A this.props.paramslocation C C cosnt C = (props) =>{ return() } find a method that does not pass layer by layer, and make it available to all components globally ...