mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-02 23:43:36 +00:00
@@ -4,8 +4,6 @@ pcre_jit on;
|
||||
worker_processes auto;
|
||||
error_log stderr;
|
||||
|
||||
quic_bpf on;
|
||||
|
||||
# Custom
|
||||
include /data/nginx/custom/root.conf;
|
||||
|
||||
@@ -22,15 +20,13 @@ http {
|
||||
|
||||
include mime.types;
|
||||
default_type text/plain;
|
||||
lua_package_path "/usr/local/nginx/lib/lua/?.lua;;";
|
||||
|
||||
server_tokens build;
|
||||
aio threads;
|
||||
sendfile on;
|
||||
quic_gso on;
|
||||
#quic_retry on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
http3_push_preload on;
|
||||
client_max_body_size 0;
|
||||
client_body_buffer_size 512k;
|
||||
|
||||
@@ -42,7 +38,7 @@ http {
|
||||
gunzip on;
|
||||
gzip_static on;
|
||||
|
||||
resolver localhost;
|
||||
#resolver ;
|
||||
fastcgi_index index.php;
|
||||
index index.php index.html;
|
||||
|
||||
@@ -119,8 +115,6 @@ http {
|
||||
}
|
||||
|
||||
stream {
|
||||
quic_gso on;
|
||||
#quic_retry on;
|
||||
# Files generated by NPM
|
||||
include /data/nginx/stream/*.conf;
|
||||
|
||||
|
Reference in New Issue
Block a user