-
About Nginx Rewrite rewriting rules
the project is built online through:
http: 10.1.4.41 coupons binding id 4
this kind of URL is used to access it, but after it is built locally, it can only be accessed through:
http: 10.1.4.41 ?controller=coupons&action=binding&id=4
to ac...
-
Problems with Nginx reverse proxy
problem: use Spring Boot development, and then use Nginx reverse proxy port 8080 on the server, and then the problem arises. When you log in at the backend of the website, the user name and password are correct, which also indicates that the login is su...
-
403 Forbidden nginx/1.4.4 error occurred when accessing php file, how to solve it?
1. A 403 Forbidden nginx 1.4.4 error occurred when accessing the Log in.php file through the server s address and file path, resulting in the page not being displayed properly. as shown in figure
2.phpregist.php3.
4. The permissions for each chil...
-
When the guestname parameter in vsftp is set to the user to which nginx belongs, you cannot enter the specified local_root directory, but enter the home directory
in the virtual user configuration of vsftp, as long as guestname is set to the user to which nginx belongs, when ftp connects, it does not enter the directory set by the local_root parameter, but to the home nginx directory. Nginx users do not have a ...
-
Permission problems in nginx under linux
logs in to a remote machine with root privileges and creates some static files under root, something like this:
nginxnginx.confuserwww-data, root:
what I am curious about here is that the permissions of my files and folders should be readable to...
-
Ask for help: the website is blocked by traffic
question: after the recent transfer of the company s website to a new server, Baidu statistics there, whether it is promotion or natural search, the users who visit are all retreated in a second. Consulted the personnel on the other side of Baidu, the p...
-
Linux is useless after using nginx configuration
after I wrote a website with the flask framework, I deployed it to the CVM. It has been deployed with gunicorn, but I can only access port 2000 set by the program. Now I want to jump to port 2000 by accessing the default port 80. I used nginx, but when ...
-
A rookie at the front end, how to build a node service on the server
I bought an ecs server on Aliyun, and then I want to build a node service online for my usual node study. But after buying it, I look confused. I don t know where to start and what I need to install. Please click, where to start ...
-
When linux installs PHP7.1, the php.ini path is strange?
I am the version of Ubuntu18. The process of installing php7.1, through source code is as follows: 1. Extract the installation package php-7.1.18.tar.gz 2. Configure installation variables (to be simpler, mainly " usr local php " is the installatio...
-
'utf-8' codec can't encode character'\ udce5'
deploy Django, using Nginx and Gunicorn
executing python manage.py collectstatic, The following error occurs:: Traceback (most recent call last): File "manage.py ", line 22, in execute_from_command_line (sys.argv) File " home toptran sites nbtop...
-
After Ali's certificate is installed, http can access it, but https cannot access it.
< H2 > specifically, the server is nginx, which contains many businesses in the existing network, but now you have to test https, so you can t move. Change the host, mapping locally, and the server ip, imports a simple project to the server < H2 >.
i...
-
Vue request API, nginx occasionally reports 400 Chrome network panel prompts net:ERR_CONNECTION_RESET
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 ...
-
The page cannot access this site, then jump to the new page
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...
-
Nginx parses the php page into a blank page
Nginx cannot parse the php page, status is 200, and there is nothing in the error log,
but the html page can be parsed smoothly.
cenos7 system version, Nginx version is 1.14. Basically all the methods on the Internet have been tried, but it is usel...
-
How to deploy vue project for nginx on linux ubuntu CVM
the proxy is used in the vue project. After build, the server on the configuration reported a 404 error, which should be caused by not being able to use the proxy of dev server. Configure how to use nginx, on the server to configure nginx to implement t...
-
How to solve the problem that uploading files to nginx server is very slow?
Server
nginx+PHP,,30M,2M
Local network
100M3-4M,KbKB
PHP code for receiving uploaded files:
$post_data = file_get_contents( php: input );
I only know that PHP.ini and nginx.conf set the size of uploading files, and there is no limit on the rat...
-
When the nginx proxy_pass command address is a domain name, nginx starts to report to host not found in upstream
when I want to visit the specified uri of the local website, I actually visit another website, so I use nginx as the proxy
nginx related configuration is as follows server {
listen 80;
server_name www.example.com;
.....
location foo {
proxy_st...
-
Can the 4core 8G server, running rails service, support 5000-10000 concurrent requests?
Server configuration: 4core 8G
there are several nginx+rails+mongodb+redis+sidekiq services.
where rails starts 2 worker, and one worker10 thread sidekiq concurrency is set to 15
how should I optimize or upgrade the server?
...
-
Laravel directory permission problem
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...
-
Nginx surprise group problem
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...