nginx tag

78 questions


1 answers
45 views
0
How to Display $time_local in Nginx access.log in Japan Time

The $time_local output in Nginx access.log appears to be UTC+0 by default.I would like to change this to Japan time output.The current $time_local output is [28/Feb/2016:01:46:24+0000].I couldn't find...

2 years ago

1 answers
80 views
0
In what language are the Nginx and Apache configuration files written?

In what language are the Nginx and Apache configuration files written?I recently saw an example of a Nginx configuration file rewriting using a variable starting with $.Perl or PHP?This is because I w...

2 years ago

2 answers
61 views
0
Access to Nginx on mac is 403 Forbidden

Access to Nginx installed on mac via brew will show 403 Forbidden.EnvironmentOS CapitanNginx 1.8.1Access to Nginx is at localhost:8080.nginx.conf is as follows.(Remains the default.comment lines have ...

2 years ago

1 answers
72 views
0
Cannot Add Header in nginx x socket.io Environment

I saw the description that it would be good to rewrite Access-Control-Allow-Origin for cross-domain support, so I have written as follows, but there is no change.var http=require('http'), // Creating ...


1 answers
102 views
0
Configuring nginx When Using Wordpress

I'm running WordPress with nginx, but I got hooked on the fixed page display, so I have a question.From nginx.conf (partial) in (1) below, location/{ index index.php try_files$uri$uri//index.php?q=$...

2 years ago

1 answers
51 views
0
Want to run the same Python app in multiple domains

I'm wondering how to set up a Python publishing setting for a virtual hosted site like *.tumblr.com, such as tumblrThis is the minimum configuration for nginx when using gunicorn on a single domain si...

2 years ago

1 answers
141 views
0
What factors affect the maximum number of TCP connections established between the client and Nginx?

I think these factors affect the maximum number of TCP connections that could be established simultaneously.Network Bandwidth and NIC SpeedSYN queue and accept queue lengthMaximum number of open fd (R...

2 years ago

1 answers
64 views
0
Specify Direct Link Deny Domain on Nginx

I would like to reject the direct link of the image in Nginx.There are many tutorials on how to deny non-domains referrals using valid_refer, but I don't know how to deny direct links in the specified...

2 years ago

1 answers
108 views
0
What is the nginx setting for the websocket server behind the nginx?

I noticed that websocket doesn't work well just by specifying upstream from nginx on a remote server without thinking about it when I reverse-proxy.QuestionWhat settings do I need to reverse proxy web...

2 years ago

1 answers
68 views
0
Local Chat Does Not Work in a Production Environment

What do you want to doI want to set up a chat app that doesn't work in the production environment I want to identify the elements I need to improveRun EnvironmentRails 5.2.4.2nginx1.12.2unicorn 5.4.1A...

« - 4 - »

© 2024 OneMinuteCode. All rights reserved.