nginx

nginx is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. Nginx was written with an explicit goal of provide high performance on sites with high traffic, so it can be used as a reverse proxy, load balancer and HTTP cache.
Here are 6,451 public repositories matching this topic...
Hi,
I had a rough time to get IPv6 working with the actual ip addresses of the clients and not the docker host IPv4 (yes, 4) address. The purpose of this issue is:
a) someone with more docker knowledge should check if I have done things right
b) Jason, I kindly ask you to add this to the documentation page of your nginx-proxy repository even if this is not fully nginx-proxy related but as you
Hi there
I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s
2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
-
Updated
Jun 9, 2020 - Shell
The Wordpress configuration includes the wordpress.conf file after the location rule is matched for handling .php files.
See this portion of example.com.conf:
# handle .php
location ~ \.php$ {
include nginxconfig.io/php_fastcgi.conf;
}# additional config
include nginxconfig.io/general.conf;
include nginxconfig.io/wordpress.conf;
Wh
sysguard页面内容失效
Ⅰ. Issue Description
sysguard页面中的安装方法好像对新版失效了吧?按那个方法操作就会报错。
页面地址:http://tengine.taobao.org/document_cn/http_sysguard_cn.html
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
- If applicable, add nginx [debug log doc](http://
-
Updated
Jun 2, 2020
What is the problem?
I've succesfully installed Gitea using the one-click install on a fresh install of CapRover. When I try to install drone-gitea using the one-click Install, I get the following error at the 7th step: "Failed: Error: Request failed with status code 500" .
If applicable, content of captain-definition
file:
N/A
Steps to reproduce the problem:
- Install Gitea
-
Updated
Jul 18, 2019
How can I set the name of the top/root directory so that its not the domain name?
Potentially a future feature to set a custom name?
I want to Configure Modsecurity on Apache2.4 windows sever.
I want to prevent SQLinjection & XSS attacks at server level.
Since maxmind no longer provides the legacy GeoIP databases could it might be possible to update the nxtool to use GeoIP2?
About configuring VSCode to interpret php
Hello my friend
Can you help me how to configure VSCode to interpret php
I need to point docker php to VSCode
It is possible ? Can you help me
With this code in my server blocks (included as a snippet):
if ($time_iso8601 ~ "^(?<year>\d{4})-(?<month>\d{2})-(?<day>\d{2})") {}
access_log /var/log/nginx/$server_log_prefix.access.$year-$month-$day.log;
For some requests (probably something automated, probably invalid, maybe even malformed) nginx ends up with just this filename: ".access.--.log"
Depending on whether it
-
Updated
May 15, 2020 - C
使用分流插件后获取post请求参数问题
有同学经常提问针对application/x-www-form-urlencoded
类型的post请求,在使用分流插件后获取不到post参数,大部分都是因为配置不当或者对Nginx相关知识点理解不清晰导致的。
下面介绍一个相关issue的正确配置:
- nginx.conf里配置一个upstream:
upstream business_upstream {
server 127.0.0.1:8003;
}
- 然后配一个server用来作为business_upstream的服务提供者:
server {
listen 8003;
server_name localhost 127.0.0.1;
access_log ./log
URL重定向插件模板提取变量被转义
In lieu of #283, implement Stackdriver Canary Analysis for use in GKE.
-
Updated
Jun 8, 2020 - Python
it got updated to use only use TLS 1.3, but currently mozilla-modern.badssl.com only use tls 1.2 so it clearly not set to current version of 'modern' configuration. so it need to updated.
actually, it looks like pushed though a level down ( old modern-> intermediate, old intermediate -> now old )
https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility
-
Updated
May 29, 2020 - Shell
-
Updated
Jun 8, 2020 - Shell
Created by Igor Sysoev
Released October 4, 2004
- Repository
- nginx/nginx
- Website
- nginx.org
- Wikipedia
- Wikipedia
Summary
Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in
lua
can be very useful.Additional Details
There are many use-cases that come to mind: