mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-30 02:52:29 +00:00
Compare commits
No commits in common. "51414ced3a82ce6925bfc584b2529df3336b3443" and "d3a654b546f1c1b695aa9e2f290e9a72fa355e16" have entirely different histories.
51414ced3a
...
d3a654b546
@ -1,4 +0,0 @@
|
|||||||
log_format proxy '[$time_local] $upstream_cache_status $upstream_status $status - $request_method $scheme $host "$request_uri" [Client $remote_addr] [Length $body_bytes_sent] [Gzip $gzip_ratio] [Sent-to $server] "$http_user_agent" "$http_referer"';
|
|
||||||
log_format standard '[$time_local] $status - $request_method $scheme $host "$request_uri" [Client $remote_addr] [Length $body_bytes_sent] [Gzip $gzip_ratio] "$http_user_agent" "$http_referer"';
|
|
||||||
|
|
||||||
access_log /data/logs/fallback_access.log proxy;
|
|
@ -43,8 +43,10 @@ http {
|
|||||||
proxy_cache_path /var/lib/nginx/cache/public levels=1:2 keys_zone=public-cache:30m max_size=192m;
|
proxy_cache_path /var/lib/nginx/cache/public levels=1:2 keys_zone=public-cache:30m max_size=192m;
|
||||||
proxy_cache_path /var/lib/nginx/cache/private levels=1:2 keys_zone=private-cache:5m max_size=1024m;
|
proxy_cache_path /var/lib/nginx/cache/private levels=1:2 keys_zone=private-cache:5m max_size=1024m;
|
||||||
|
|
||||||
# Log format and fallback log file
|
log_format proxy '[$time_local] $upstream_cache_status $upstream_status $status - $request_method $scheme $host "$request_uri" [Client $remote_addr] [Length $body_bytes_sent] [Gzip $gzip_ratio] [Sent-to $server] "$http_user_agent" "$http_referer"';
|
||||||
include /etc/nginx/conf.d/include/log.conf;
|
log_format standard '[$time_local] $status - $request_method $scheme $host "$request_uri" [Client $remote_addr] [Length $body_bytes_sent] [Gzip $gzip_ratio] "$http_user_agent" "$http_referer"';
|
||||||
|
|
||||||
|
access_log /data/logs/fallback_access.log proxy;
|
||||||
|
|
||||||
# Dynamically generated resolvers file
|
# Dynamically generated resolvers file
|
||||||
include /etc/nginx/conf.d/include/resolvers.conf;
|
include /etc/nginx/conf.d/include/resolvers.conf;
|
||||||
|
@ -239,14 +239,6 @@
|
|||||||
"credentials": "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef",
|
"credentials": "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef",
|
||||||
"full_plugin_name": "dns-hetzner"
|
"full_plugin_name": "dns-hetzner"
|
||||||
},
|
},
|
||||||
"hover": {
|
|
||||||
"name": "Hover",
|
|
||||||
"package_name": "certbot-dns-hover",
|
|
||||||
"version": "~=1.2.1",
|
|
||||||
"dependencies": "",
|
|
||||||
"credentials": "dns_hover_hoverurl = https://www.hover.com\ndns_hover_username = hover-admin-username\ndns_hover_password = hover-admin-password\ndns_hover_totpsecret = 2fa-totp-secret",
|
|
||||||
"full_plugin_name": "dns-hover"
|
|
||||||
},
|
|
||||||
"infomaniak": {
|
"infomaniak": {
|
||||||
"name": "Infomaniak",
|
"name": "Infomaniak",
|
||||||
"package_name": "certbot-dns-infomaniak",
|
"package_name": "certbot-dns-infomaniak",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user