nginx tag

78 questions


1 answers
101 views
0
About Minecraft Multi-Server [Closed]

This question appears to be outside the scope defined in Help Center for stack overflow.Closed 6 years ago.6 years agoI am currently building a multi-server with one global IP, but I would like to bui...

2 years ago

1 answers
104 views
0
Is it possible to make a module with nginx and sell it for commercial use?

Here's what I want to do:·Develop nginx modules·Hook the request and perform the processing required for commercial use·Sell the built nginxHere's what I want to know.·License issues.·Is it necessary ...

2 years ago

1 answers
65 views
0
"server" direct is not allowed here in /etc/nginx/conf.d/default.conf:1

When I tried to configure the SSL server on Nginx, I got a title error.Below are nginx.conf and default.conf.nginx.confusernginx;worker_processes auto;error_log/var/log/nginx/error.log warn;pid/var/ru...

2 years ago

1 answers
84 views
0
Configuring Rails to Use react-router

I am currently thinking of creating a SPA with Rails as the backend.I would like to control the /user screen below when I log in using the browserHistory of react-router.In other words, whether you ac...


2 answers
67 views
0
When managing servers with multiple people

Suppose the following three people operate the web server.suzukitanakayamadaI don't want to depend on the user for permission of the application directory.In this case, would it be a problem for every...

2 years ago

1 answers
88 views
0
nginx+php-fpm+phpmmyadmin setup php file does not work

Thank you for your help.This site is very helpful.Please let me knowRegarding the subject, I put nginx on CentOS 7 and ran the php file using php-fpm.However, after setting up phpmyadmin and confirmin...

2 years ago

1 answers
168 views
0
Configuring the EC2 Rails+unicorn Launch Script

Configuring Amazon Linux+unicorn+nginx+posgtresql (RDS) environment for Rails app production.When writing unicorn startup scripts, I tried various information, but the startup failed.Environmentruby 2...


1 answers
66 views
0
How to Pass HTTP GET Parameters in Slashes

What should I set to pass the get URL parameter in slash?www.example.com/?id=1I would like to do the above as follows.www.example.com/id/1The language is php and the server is nginx.I would appreciate...

2 years ago

2 answers
81 views
0
More servers or higher specs?

Please tell me how you think about upgrading your web server.As the number of users of the site increases, the loading of web pages is getting heavier.(Of course, there are ways to improve the program...

2 years ago

1 answers
109 views
0
I want to get referrals and IP information from nginx access log in php

Ubuntunginxphp5-fpmAccess Logs/var/log/nginx/hoge.com.access.logI would like to regularly obtain referrals and IPs from other sites on hoge.com using crontab. I imagine that I will use crontab, but if...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.