server { listen 8088; server_name localhost; -sharpcharset koi8-r; -sharpaccess_log logs host.access.log main; access_log c: access.log combined; location ~ .*? .(js|css|jpg|png|jpeg|less|sass...
After the ssl certificate was added to the website, it was found that all static jsp pages could not be opened. Chrome reported ERR_EMPTY_RESPONSE . nginx began to think that it was an internal call to http. created a test jsp page with nothing wri...
for example, my previous url is http: www.111.com mwxx 2015 ... the path of the file generated after the domain name change and revision of the website has been removed. That is, http: www.222.com mwxx 2417.... server environment how to write this ...
for example, the ip address of this machine is: 123.57.XX.XX. if you enter the domain name of ftp, the upload fails, and the error in the following figure is reported. what is the principle that you can succeed if you fill in localhost? $ftp_server =...
the Nginx+Gunicorn+Flask used for the project has been successfully deployed to the vultr server and can be accessed by the external network. There is no problem with using flask built-in server locally, so the problem should be on Nginx the problem n...
only ps-A find the PID of gunicorn, and then directly kill-9 , is there any other safe and elegant way? ...
php can be read directly with localhost access, and virtual domain name access becomes download. Html file access is normal. I searched the Internet for a long time and knew it was the problem with php-fpm, but I tried a lot of solutions to no avail. Wo...
nginx version 1.13.12 nginx s original ssl version configuration: ssl_protocols TLSv1 TLSv1.1 TLSv1.2; then I changed it to this: ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3; with myssl.com test, the protocol is still 1.01.1 and 1.2Jing 1.0 is not turn...
as shown in the picture, a picture download function: does the writing order of header affect the output? ask the handsome guy to explain it. Thank you . ...
if you access php programs on other machines through the nginx server, does the nginx server still need to install anything related to php? ...
this is true. My computer is a win10 system. When vagrant is installed on my computer and LNMP environment is installed in vagrant, all related services start normally. both host and virtual machines can ping each other , but browsers in host computers...
www.sifou.com:80 www.sifou.com:81 www.sifou.com:82 how to write multiple ports in one domain name? ...
jsnginx nginx this error occurs when referenced js files are redirected to index.html That is, when I now request the URL http: localhost:8500 home Html, then the js file requested by index.html becomes http: localhost:8500 home static runtime.86...
there is no problem with root directory refresh and first-level routing refresh figure nginx where blog in dist is my package file, how should I modify it ...
redis cluster in swoole reported Timed out attempting to find data in the correct node error Environment: Redis: 3.2 PHP: 7.0 phpredis: 4.0 centos 7 error: ERROR zm_deactivate_swoole (ERROR 503): Fatal error: Uncaught RedisClusterException: Timed ...
previously posted a post to tswap 497276 I have nothing to do, and I have a lot of trouble myself first go to the target station b.com to log in to the account and capture cookies then use a.com instead of b.com, reverse add_head Set-Cookie, and w...
problem description I scanned my blog with kitchen knife software, and then I couldn t access my blog, but I could access https normally. 1ping www.dreamate.topping2 380 debug by myself 4 I still can t access debug 5 other https projects o...
this is the configuration of my server nginx. Two projects are deployed on nginx, one in the root directory and one in the qtm directory. The project in the root directory is in history mode, and the page is loaded after adding the content in the red ...
assume that nginx is on the a.com server return the content after http: b.com a.mp4 agent when you want to access http: a.com?URL=http: b.com a.mp4 how should the configuration file be written location ~* ^ _proxy (.*)$ { proxy_pass $1; } ...
< H2 > as shown in figure < H2 > < H2 > nginx configuration < H2 > location ~* ^ _proxy (.*)$ { return 200; add_header Your-Params $1; } I passed the parameter https: a.com a.jpg, but returned https: a.com a.jpg , and the slash became ...
vue project, using iview s UI request.js is a simple encapsulation of axios now you want to display a Loading mask before each network request before using elementUI, you can write this directly in the js file import { Loading } from element-ui ...
<!doctype html> <html> <head> <meta charset="utf-8"> <title>< title> <script> window.onload=function(){ var lis = document.getElementsByTagName("li"); var odiv = document.getElementById(&q...
Table 1: appl_id, name, sex, id_No Table 2: appl_id, appl_date, busin_key in the following time period, find out the nearest time (appl_date) (appl_id) according to (id_No) (duplicate data in Table 1, appl_id is the associated primary key) to_date ...
in a multi-page application, when I close a page and reopen the data cache, some of the values in the form data are added before I close the page, and there are still after reopening....
mongodb configuration copy set cannot start mongo after more than one net.bindIp is set Screenshot of error message is as follows mongod.conf Startup mode is: systemctl start mongod.service operating system is centos 7.2 ...