nginx tag

78 questions


3 answers
118 views
0
The Rails application is not working in the production environment, so-called production environment.

The Rails application is not working in the production environment, so-called production environment.In the test environment, css, image, and javascript are successfully compiled and reflected each ti...


3 answers
112 views
0
The Rails application is not working in the production environment, so-called production environment.

The Rails application is not working in the production environment, so-called production environment.In the test environment, css, image, and javascript are successfully compiled and reflected each ti...


1 answers
101 views
0
Configuring Unicorn+nginx to Run Multiple Applications

I am publishing a site created by sinatra on unicorn+nginx, and I would like to add another site, but I don't know how to do it, so please let me know.Currently, it is as follows.(Excerpts only releva...

2 years ago

1 answers
66 views
0
Cannot externally access the nginx web server that is booting on port 80

I started nginx on port 80 and configured it as follows, but for some reason it is not accessible from the outside.External access is verified by cman.jp.The router is open to port.lsof-i:80 does not ...

2 years ago

1 answers
61 views
0
Cannot externally access the nginx web server that is booting on port 80

I started nginx on port 80 and configured it as follows, but for some reason it is not accessible from the outside.External access is verified by cman.jp.The router is open to port.lsof-i:80 does not ...

2 years ago

1 answers
80 views
0
Nginx connects successfully with curl, but times out of browser

This is Ubuntu 20.04.After installing sudo apt install nginx, I connected to the IP of the server with curl, and the html of the welcome page of Nginx came back.However, if you connect to the same IP ...

2 years ago

1 answers
132 views
0
Deploying Rails App with Capistrano+Unicorn+Nginx Does Not Access Sites

Thank you all for your help.Until you sign up for vps and deploy the Rails app on capistrano3 [that 1 server configuration]With the above in mind, we have completed the deployment of the Rails app to ...


1 answers
58 views
0
I want Nginx to return all files in the same directory for access below a specific path.

I look forward to your kind cooperation.We are investigating whether the following structures are possible.If you have any ideas, please let me know.Assume access to the following URL (read the prefix...

2 years ago

1 answers
47 views
0
Redirects occur when using index directives

Configuring Nginx to map URL paths to static files.After accessing http://www.test.com/foo/, http://www.test.com/foo.php is the image on which the runs.The configuration is done using locaion {index.....

2 years ago

1 answers
68 views
0
Nignx404 Error

I have a static page in CentOS 7 and Nginx (1.14.0).index.html located directly below root is loaded, but no files beyond the subdirectory are loaded.Specifically, when you access the domain .com, it ...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.