nginx tag

78 questions


1 answers
89 views
0
Unicorn Error Deploying Rails App in Capistrano

Thank you for your continued support.This is the first time I've created a Rails app and I'm about to deploy it to VPS.Until you sign up for vps and deploy the Rails app on capistrano3 [that 1 server ...


1 answers
121 views
0
The file generation application running on the server will be generated to the local PC.

Thank you for your help.Could you tell me about the relationship between the server and the local PC network?Currently using nuxt.js and firebaseI am developing a printing application for a certain do...

2 years ago

1 answers
93 views
0
Information About Using Load Balancer with SSL and nginx

We are currently configuring load balancer and nginx settings.The configuration is a load balancer, from which it is assigned to the nginx server, and from the nginx server to the real server.Because ...

2 years ago

1 answers
41 views
0
I want to redirect to another domain in nginx, but it becomes a directory in my domain.

nginx is trying to redirect access to s3 under assets.location~*^/assets{ return301 https://s3-ap-northeast-1.amazonaws.com/hoge-assets$request_uri; break;}Location returned the desired path.However, ...

2 years ago

2 answers
44 views
0
Capacity compression due to web server access logs

I just looked into the phenomenon of losing access to the site, and found out that The disk space was full and the cache could not be created.When I looked for a large file, I saw the nginx access log...

2 years ago

1 answers
38 views
0
I want to change the server of http response header from nginx.

You can configure nginx version information in a conf file, but What should I do if I want the word nginx to be a different string?The purpose is to hide that you are using nginx.The reason is not bec...

2 years ago

1 answers
37 views
0
I want to view a specific file when I get access to a specific URL.

Prerequisites/What you want to achieveI would like to see /var/www/html/hoge/fuga/index.html of the nginx file system when I get access at http://localhost:8080/fuga.I would appreciate it if you could...

2 years ago

1 answers
39 views
0
How to use nginx as a proxy

I'm having trouble setting up when using nginx as a proxy.What should I do if I want the current 1 configuration to be like 2?Include configuration file from nginx.confupstream proxy_server{ server 54...

2 years ago

1 answers
76 views
0
Why do I need Apache or nginx under Django?

When doing web development in Django, most of the information is configured to run Django on the so-called Apache or nginx web server.However, Django is a web server in itself, and I don't understand ...

2 years ago

1 answers
52 views
0
Authenticating Client Certificates with php

Authenticate client certificate (pfx) with nginx We are considering implementing it with php on the server.1. Could you tell me where the contents of the client certificate are stored?2. I would like ...

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.