跳转到内容

Debian 12 (Bookworm) 默认配置

未改动,随时复制。

/etc/logrotate.d/nginx
NGINX Debian 12 (Bookworm)

NGINX - /etc/logrotate.d/nginx

📍 Debian 12 (Bookworm)

/var/log/nginx/*.log { daily missingok rotate 14 compress delaycompress notifempty create 0640 www-dat…

18 行 • MD5: b29112f9... 查看 →
/etc/systemd/nginx.service
NGINX Debian 12 (Bookworm)

NGINX - /etc/systemd/nginx.service

📍 Debian 12 (Bookworm)

# Stop dance for nginx # ======================= # # ExecStop sends SIGQUIT (graceful stop) to the nginx proc…

30 行 • MD5: 121cf0a9... 查看 →
/etc/nginx/win-utf
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/win-utf

📍 Debian 12 (Bookworm)

# This map is not a full windows-1251 <> utf8 map: it does not # contain Serbian and Macedonian letters. If y…

125 行 • MD5: 0f39cbfc... 查看 →
/etc/nginx/uwsgi_params
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/uwsgi_params

📍 Debian 12 (Bookworm)

uwsgi_param QUERY_STRING $query_string; uwsgi_param REQUEST_METHOD $request_method; uwsgi_param …

17 行 • MD5: 88ac833e... 查看 →
/etc/nginx/scgi_params
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/scgi_params

📍 Debian 12 (Bookworm)

scgi_param REQUEST_METHOD $request_method; scgi_param REQUEST_URI $request_uri; scgi_param QUE…

17 行 • MD5: df8c71e2... 查看 →
/etc/nginx/proxy_params
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/proxy_params

📍 Debian 12 (Bookworm)

proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $…

4 行 • MD5: 2612ba34... 查看 →
/etc/nginx/nginx.conf
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/nginx.conf

📍 Debian 12 (Bookworm)

user www-data; worker_processes auto; pid /run/nginx.pid; error_log /var/log/nginx/error.log; include /etc/ng…

83 行 • MD5: e5398edc... 查看 →
/etc/nginx/mime.types
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/mime.types

📍 Debian 12 (Bookworm)

types { text/html html htm shtml; text/css …

96 行 • MD5: 60d17ef2... 查看 →
/etc/nginx/koi-win
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/koi-win

📍 Debian 12 (Bookworm)

charset_map koi8-r windows-1251 { 80 88 ; # euro 95 95 ; # bullet 9A A0 ; # &nbsp; …

103 行 • MD5: bfa0b803... 查看 →
/etc/nginx/koi-utf
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/koi-utf

📍 Debian 12 (Bookworm)

# This map is not a full koi8-r <> utf8 map: it does not contain # box-drawing and some other characters. B…

109 行 • MD5: 3e338aca... 查看 →
/etc/nginx/fastcgi_params
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/fastcgi_params

📍 Debian 12 (Bookworm)

fastcgi_param QUERY_STRING $query_string; fastcgi_param REQUEST_METHOD $request_method; fastcgi_…

26 行 • MD5: ed054bf0... 查看 →
/etc/nginx/fastcgi.conf
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/fastcgi.conf

📍 Debian 12 (Bookworm)

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param QUERY_STRING $que…

27 行 • MD5: 74e91892... 查看 →
/etc/nginx/snippets/snakeoil.conf
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/snippets/snakeoil.conf

📍 Debian 12 (Bookworm)

# Self signed certificates generated by the ssl-cert package # Don't use them in a production server! ssl_ce…

5 行 • MD5: 0a8bff8a... 查看 →
/etc/nginx/snippets/fastcgi-php.conf
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/snippets/fastcgi-php.conf

📍 Debian 12 (Bookworm)

# regex to split $uri to $fastcgi_script_name and $fastcgi_path fastcgi_split_path_info ^(.+?\.php)(/.*)$; #…

13 行 • MD5: 828e5bd1... 查看 →
/etc/nginx/sites-available/default
NGINX Debian 12 (Bookworm)

NGINX - /etc/nginx/sites-available/default

📍 Debian 12 (Bookworm)

## # You should look at the following URL's in order to grasp a solid understanding # of Nginx configuration …

91 行 • MD5: f1f26aef... 查看 →
/etc/mysql/mysql.cnf
MySQL Debian 12 (Bookworm)

MySQL - /etc/mysql/mysql.cnf

📍 Debian 12 (Bookworm)

# Copyright (c) 2015, 2025, Oracle and/or its affiliates. # # This program is free software; you can redistri…

34 行 • MD5: e43e8042... 查看 →
/etc/mysql/my.cnf.fallback
MySQL Debian 12 (Bookworm)

MySQL - /etc/mysql/my.cnf.fallback

📍 Debian 12 (Bookworm)

# Copyright (c) 2015, 2025, Oracle and/or its affiliates. # # This program is free software; you can redistri…

33 行 • MD5: c6e5f877... 查看 →
/etc/mysql/mysql.conf.d/mysqld.cnf
MySQL Debian 12 (Bookworm)

MySQL - /etc/mysql/mysql.conf.d/mysqld.cnf

📍 Debian 12 (Bookworm)

# Copyright (c) 2014, 2025, Oracle and/or its affiliates. # # This program is free software; you can redistri…

34 行 • MD5: 413ad72c... 查看 →
/etc/mysql/conf.d/mysql.cnf
MySQL Debian 12 (Bookworm)

MySQL - /etc/mysql/conf.d/mysql.cnf

📍 Debian 12 (Bookworm)

# Copyright (c) 2015, 2025, Oracle and/or its affiliates. # # This program is free software; you can redistri…

30 行 • MD5: a5791297... 查看 →
/etc/mysql/debian.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/debian.cnf

📍 Debian 12 (Bookworm)

# THIS FILE IS OBSOLETE. STOP USING IT IF POSSIBLE. # This file exists only for backwards compatibility for #…

14 行 • MD5: df477b52... 查看 →

继续浏览

如果你想看更广的范围,可以按应用或发行版继续浏览。