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,552 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
Jul 3, 2020 - Shell
-
Updated
Jun 26, 2020 - Vue
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 19, 2020
-
Updated
Jul 5, 2020 - TypeScript
-
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?
-
Updated
Jul 5, 2020 - Python
xDebug Documentation
ISSUE TYPE
- Documentation
SUMMARY
Ambiguity with xDebug on Docker Toolbox setup
Goal
To get xDebug working properly on Docker Toolbox, & clarify the docs to make it easier for others.
I've been struggling for several hours, still unsuccessfully, to get xDebug working on Docker Toolbox, based on the docs
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
In lieu of #283, implement Stackdriver Canary Analysis for use in GKE.
使用分流插件后获取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 ./logURL重定向插件模板提取变量被转义
-
Updated
Jun 12, 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
Hello, I see there is some kind of API at "/api" , please is there any documentation for it? I would like to incorporate nginx-proxy-manager into a development tool with automated hosts created. Thanks!
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
luacan be very useful.Additional Details
There are many use-cases that come to mind: