nginx tag

78 questions


1 answers
41 views
0
Nginx Does Not Start in Ubuntu

I'm trying to launch nginx on Ubuntu, but I get the following error message:$sudo service nginx startJob for nginx.service failed cause the control process expired with error code.See systemctl status...

2 years ago

2 answers
44 views
0
Path-based reverse proxy for "under development" Rails app on Nginx

I'm thinking of doing path-based reverse proxy to share an environment where only 80 ports are open to the outside world with multiple developers.As it is a development environment, the server is WEBr...

2 years ago

1 answers
68 views
0
ERR_EMPTY_RESPONSE on nginx

I am using nginx to reverse proxy to a web server written with go, but the page does not appear due to a title error.default.confserver{ listen80; server_name localhost; # charset koi8-r; # access_log...

2 years ago

2 answers
53 views
0
Using Linux Groups

Ubuntu 20.04.4nginxphp-fpmLavel9php8.1Why did I add a user to a Linux group but they say I don't have write privileges?EventI started up a server in Ubuntu to create a web service using VPS.In this ca...

2 years ago

1 answers
99 views
0
The locally precompiled manifest file cannot be read from the AWS production environment.

I couldn't understand the cause and got stuck, so I'd like to ask you a question.The title is correct.I am deploying to the server after running assembets:precompile locally, but I am having trouble b...


2 answers
44 views
0
Want to dynamically configure virtual hosts on Nginx

Q1.What does the link to Additional 1: Virtual Document Routes for Apache with Nginx do?·It looks like it is dynamically processed using subdomains as variables, but I don't understand the contentsWou...

2 years ago

1 answers
49 views
0
With Ruby on Rails 5+Puma+Nginx configuration, is it a specification that the memory is released at a fixed time?

As the title suggests, is it a specification that Rails 5+Puma+Nginx configuration releases memory at a fixed time (around 57 minutes per hour)?The main versions used are as follows:Ruby: 2.4.2Ruby on...

2 years ago

1 answers
41 views
0
I'd like to return the response code 403 on Nginx.

403 returns, but I'm not sure how it worksTriedconf file error_page403/hoge.php;hoge.php<?phphttp_response_code(403);Browser Screen 403 Forbiddenginx/1.12.2Q1. Where is 403 Forbiddenginx/1.12.2 set...

2 years ago

1 answers
43 views
0
Nginx no longer starts. nginx.service failed cause a configured resource limit was exceeded

#systemctl start nginx.serviceJob for nginx.service failed cause a configured resource limit was exceeded.See systemctl status nginx.service and journalctl-exe for details.#systemctl status nginx.ser...

2 years ago

3 answers
36 views
0
I want to deny download from wget on Nginx

QuestionQ1. Can Nginx refuse to download from wget?Q2. Can Nginx deny downloading from wget only the specified extension?What I don't understand·Can you deny the download from wget, or do you have no ...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.