now I have transferred all access to port 80 to port 443. I have no experience. I would like to ask you, is it safe to configure in this way? You won t get caught with plaintext communications before jumping to port 443, will you? server { li...
after entering the domain name for access, the browser displays an internal server error. In addition, I checked the log and got the following error message. Who can give me some suggestions? Thank you Thu Sep 6 18:02:36 2018 - unable to load app 0 (m...
recently contacted more than one server, there are some problems. one server An is in Hangzhou and one server B is in the United States. With cdn, overseas users can access server B and domestic users can access server A. For example, users have to up...
the current problem is that no matter which page you visit, the display is the home page, and only the link in the address bar is changing . here is a screenshot of my configuration, location ~ .* .(gif|jpg|jpeg|png|bmp|swf|js|css|mp4|doc|docx|ppt|pp...
at the beginning, the above websites are configured as follows. At this time, each website functions normally server{ listen 80; server_name www.xx.com xx.com;-sharp httphttps, www return 301 https: www.xx.com$request_uri; } server { ...
for the time being, only one server in Hangzhou is used as the backend for mobile applications, and there is no content for large-capacity video and image transmission. If the delay for overseas access is usually 20000ms, does this speed have any great i...
LVB service of FLV Over HTTP A server is under a lot of pressure. If you want to use Nginx as an LVB proxy to ease the pressure on LVB service, please ask how to configure Nginx . there is no problem with simple Nginx proxy or cache configuration, bu...
I follow Penguin s code to implement nginx configuration (parameters have been modified and can be accessed) now there are several problems: 1. What is the first upstream? 2. I now jump to https, every time I visit http, even if I delete rewrite, ho...
build a site locally using virtual machines. in the nginx configuration file, accompany the domain name a.com. The specified root directory can be accessed normally in my local access domain name at var www a . but I have configured a site b.com, and...
background of the problem: when establishing a connection, Nginx takes the performance of multicore CPU architecture into full play, using multiple worker sub-processes to listen to the same port design, so that multiple sub-processes will compete when...
I deployed a beego project website under linux. When I updated the code, I didn t stop the service and deleted the program files directly. but I find that website access is normal. is it possible that after starting the service, the system generate...
before installing gitlab, on the server Today, when you want to install yum-y install pcre* in the first step of nginx, on the server, print out a bunch of gitlab, and finally display nothing to do . could you tell me how to solve this problem? [roo...
the front end is packaged through webpack using Vue cli,. After using nginx, it is found that the TTFB of manifest.js needs 6s, and the loading speed is too slow for the first time nginx is configured as follows server { listen 80; serv...
problem description in the front-end separate system, the front-end and back-end projects have been deployed, but the front-end project cannot access the database bound to the back-end project and cannot obtain the contents of the database. the envi...
problem description laravel framework, you need to change the permissions of storage and bootstrap directories to 777 before you can access them, otherwise you will not have permission. Change it locally to 777, no problem. After the completion of fun...
the site can be accessed normally. Nginx+php7, itself is testing the performance of the website and found that after refreshing ip (each web page), it will appear from time to time after 403 forbidden,10 seconds (about), and the page can be accessed nor...
server { listen 80; server_name localhost; -sharpcharset koi8-r; -sharpaccess_log logs host.access.log main; location { proxy_pass http: localhost:8080; } location apis { ...
vue project wants to use nginx to solve cross-domain problems I know the reason for the following problem. Now I have a new problem. Nginx listens to port 8080 to transfer locahost:8080 apis to another address, but node is also listening for 8080 conf...
< H2 > I deploy the flask application with nginx + gunicorn. < H2 > it is found that both nginx and gunicorn and flask work well, but they do not work together. mainly because nginx listens to the public network port 80 is normal, but cannot reverse ...
Open a web page and report an error: We re sorry but activity-admin-v2 doesn t work properly without JavaScript enabled. Please enable it to continue. what does this mean, is it caused by my misconfiguration of nginx? this is a vue+php project. ...
Review element found that the second td was not rendered ask the bosses to answer ...
how does react-create-app configure webpack access path aliases without exposing (eject) alias configuration ...
this missing picture is another picture saved on the server ...
Today, I want to learn and use Antd to write a user login page. Antd officially provides Demo directly npm start . The structure of the source code I look at is as follows: I want to modify the fakeAccountLogin here to interact with the local da...
1, create-react-app after antd is configured to load on demand, there will be some warning messages, how to solve or block the warning message, and look uncomfortable ...