Skip to content
#

cdn

Here are 1,006 public repositories matching this topic...

nginxconfig.io
SorinGFS
SorinGFS commented Apr 29, 2022

Feature request

Place the access_log and error_log directives inside the main server block instead of http block.

Feature description

Disable access_log at http block:
File: /etc/nginx/nginx.conf

# ...
http {
    # ...
    access_log off;
    # ...
}
# ...

Enable per site access_log and error_log at main server block:
File: /etc/nginx/

enhancement help wanted good first issue hacktoberfest
masaori335
masaori335 commented Mar 29, 2022

We saw all httpbin based AuTest was failed. ( This is fixed by #8765 ) For the long term, we need to migrate these AuTest using the proxy-verifier. It looks like the proxy-verifier has equivalent features that we're using. If not, we can add it.

List of the httpbin based tests are below

» grep Test.MakeHttpBinServer -R ./* | awk -F ':' '{print $1}'
./autest-site/httpbin.test.ext
./cache

python3写的综合扫描工具,主要用来存活验证,敏感文件探测(目录扫描/js泄露接口/html注释泄露),WAF/CDN识别,端口扫描,指纹/服务识别,操作系统识别,POC扫描,SQL注入,绕过CDN,查询旁站等功能,主要用来甲方自测或乙方授权测试,请勿用来搞破坏。

  • Updated Jan 2, 2020
  • Python
Bangumi

:electron: An unofficial https://bgm.tv app client for Android and iOS, built with React Native. 一个无广告、不以盈利为目的的 bgm.tv 第三方客户端。简单比喻就是专门做ACG的类豆瓣应用。专门为移动端重新设计,已适配 iOS / Android、mobile / pad、light / dark theme,并加入了很多网页端难以实现的增强型功能。

  • Updated Jun 4, 2022
  • JavaScript
mitchell852
mitchell852 commented Oct 4, 2021

This Bug Report affects these Traffic Control components:

  • Traffic Portal

Current behavior:

The ds charts view in TP has an error if the api returns no values. Example:

https://tp.domain.tld/#!/delivery-services/42/charts?type=HTTP <-- this view calls GET /api/4.0/deliveryservice_stats

If the api endpoint returns no values (series.values = null), it will throw this error:

bug Traffic Portal low impact good first issue

Improve this page

Add a description, image, and links to the cdn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cdn topic, visit your repo's landing page and select "manage topics."

Learn more