Nginx system, how to write 301redirect to: Baodu123.com bd 964.html jump to: Baodu123.com bd 964 and visit the former not 404 pages, but the latter can be opened. ...
uses nginx as a proxy to forward api and static resources . The foreground application is the react application, which can be accessed normally, but when a specific functional page of is refreshed, it gets 404 . If you do not refresh, there is n...
I would like to ask all the bosses, that is, I have just started to operate the website. But there is a question that bothers me, such as the following example: http: abc.com login.html?ref. how to redirect to http: abc.com login.html? Thank you fo...
SwooleProcess::__construct (): handle 10003462 exceed 10000000 in xxxxxxxxx what s wrong with this? Exceed the limit? But I only opened about 10 sub-processes, my version: PHP 7.2.7 swoole 4.0.1 ...
found a way to implement it in gulp, but it feels a little tedious to install and configure it every time. the main force I currently use is vscode,. In fact, as long as you can manipulate the DOM element in HTML before the page is loaded, get all the j...
1. Company development project online test, click on a page, first show the web page can not be displayed, and then jump to the target page, about 1.5 seconds test server used nginx, Baidu related problems, did not find an effective way, has appeared f...
using Nginx reverse proxy Pinterest, the site can be opened normally, but there is an error in the POST request. queried a lot of materials, but still couldn t find the reason for the error. Please take a look at it for me. The content of the Nginx...
1.sudo lsof-I: 80 COMMAND PID USER FD TYPE DEVICE SIZE OFF NODE NAME nginx 63 root 6u IPv4 0x6dff795b4d94a1f1 0t0 TCP *:http (LISTEN) nginx 750 nobody 6u IPv4 0x6dff795b4d94a1f1 0t0 TCP *:http (LISTEN)...
the configuration of both PHP and nginx has been modified to allow 50m files to be uploaded but this error is still reported Symfony Component HttpKernel Exception MethodNotAllowedHttpException No message Properties of the form form <form cla...
assume that VPS IP is 44.55.66.77 , domain name is mydomain.com , VPS system is debian 9 VPS make install installed nginx,nginx version is 1.15.1 Maginx runs on 80 port, at first nginx.conf is like this, ... http { server { liste...
here is the configuration section. Location is configured to access the static file in the test files directory when file matches. The test uses ip access to download files normally, but it does not seem to take effect when using the domain name. ...
use nginx to forward api requests. If the proxy_pass service is not started when setting proxy_pass , it will cause nginx to fail. is there any way to ensure that nginx works properly when the backend service is down? uses docker deployme...
how to use nginx to solve cross-domain problems. The interface ends with .do, and how to solve cross-domain problems through nginx server { listen 80; server_name localhost; location ~* ( .do)$ { ...
...
Warning: include( home www station vendor composer .. symfony http-kernel HttpKernelInterface.php): failed to open stream: No such file or directory in home www station vendor composer ClassLoader.php on line 444 Warning: include(): Failed opening h...
I want to store the contents of the log read through logstash in elasticsearch, but the contents of the log are stored in the message field. Can I use a custom template to extract the contents of the log as a certain field? for example, is there an ip:x...
request http: xxx sites app index.php?m=user&c=index&a=avatar&user_id=0F0993200F910338F0EE638EFDFA1779 when matching the address http: xxx sites app avatar 0F0993200F910338F0EE638EFDFA1779 the following doesn t seem to work location sites ap...
1. It is already configured, and match is also displayed in debug, but alert is not sent. The configuration file is as follows: rule configuration: name: ossec_rule type: any index: logstash-ossec-* filter: term: type: "ossec " alert: "...
I put the front-end static page on Ali Cloud s oss object storage , and the server (node) runs on the CVM. the front end needs cross-domain access to the server interface. The get method is normal, but the post method is wrong. A pre-request is s...
Development environment: the development environment built by CentOs nginx php-fpm. The front and rear ends of the project are completely separated. When the front frame requests the interface with Vue, it occasionally prompts Provisional headers are ...
I would like to ask ui to give the Android design diagram, let the Android design map to adapt to Apple, map 1 times 2 times 3 map how to adapt according to different phones, is it using dpr? How to write it? ...
similar to the constructor of PHP, the constructor executes each time it is called. in JAVA, in addition to using annotations, how to achieve a similar function, that is, when you access a routing function through URL, you will first execute the speci...
toast.vue <template> <div class="fire-toast" v-show="visible"> <p class="fire-toast-text">{{message}} < div> < template> index.js import Vue from vue const ToastContructor = V...
which of these two kinds of actual development is better? if you submit the form, jump directly. If the login fails, you can only jump to the failed page or re-enter this page. but for axios, you can judge whether to jump to the page based on the re...
when using read, the following problems are encountered, which are not consistent with what you think. The code and results are as follows -sharp! bin bash IFS= read -d - var1 var2 <<< " 123 -" printf "%s n" "...