78 questions
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 ...
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...
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 ...
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, ...
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...
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...
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...
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...
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 ...
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 ...
« | - 7 - | » |
© 2024 OneMinuteCode. All rights reserved.