Meistgefragte Default-Configs
Die Configs, die jeder braucht. Bereit zum Kopieren.
Apache HTTP Server Configs
Meistgefragte Defaults für Apache HTTP Server
Apache HTTP Server
Red Hat Enterprise Linux 9
# # This configuration file enables the default "Welcome" page if there # is no default index page present f…
# # This configuration file enables the default "Welcome" page if there # is no default index page present for the root URL. To disable the # Welcome page, comment out…
Apache HTTP Server
Ubuntu 24.04
# cache cleaning is done by htcacheclean, which can be configured in # /etc/default/apache2 # # For further i…
# cache cleaning is done by htcacheclean, which can be configured in # /etc/default/apache2 # # For further information, see the comments in that file, # /usr/share/doc/…
Apache HTTP Server
Red Hat Enterprise Linux 9
LoadModule proxy_http2_module modules/mod_proxy_http2.so
LoadModule proxy_http2_module modules/mod_proxy_http2.so
APT Configs
Meistgefragte Defaults für APT
APT
Debian 9
deb http://archive.debian.org/debian stretch main deb http://archive.debian.org/debian-security stretch/updat…
deb http://archive.debian.org/debian stretch main deb http://archive.debian.org/debian-security stretch/updates main deb http://archive.debian.org/debian stretch-updates…
APT
Debian 9
// Pre-configure all packages with debconf before they are installed. // If you don't like it, comment it out…
// Pre-configure all packages with debconf before they are installed.
// If you don't like it, comment it out.
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt…
APT
Ubuntu 22.04
DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt…
DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };
APT::Update::Post-Invoke { "rm -f /var/c…
MariaDB Configs
Meistgefragte Defaults für MariaDB
MariaDB
Debian 13
# # These groups are read by MariaDB command-line tools # Use it for options that affect only one utility # …
# # These groups are read by MariaDB command-line tools # Use it for options that affect only one utility # [mariadb-client] [mariadb-upgrade] [mariadb-admin] [maria…
MariaDB
Debian 11
# # * Galera-related settings # # See the examples of server wsrep.cnf files in /usr/share/mysql # and read m…
# # * Galera-related settings # # See the examples of server wsrep.cnf files in /usr/share/mysql # and read more at https://mariadb.com/kb/en/galera-cluster/ [galera] #…
MariaDB
Debian 9
# The MariaDB configuration file # # The MariaDB/MySQL tools read configuration files in the following order:…
# The MariaDB configuration file # # The MariaDB/MySQL tools read configuration files in the following order: # 1. "/etc/mysql/mariadb.cnf" (this file) to set global def…
MySQL Configs
Meistgefragte Defaults für MySQL
MySQL
Debian 11
# Copyright (c) 2015, 2024, Oracle and/or its affiliates. # # This program is free software; you can redistri…
# Copyright (c) 2015, 2024, Oracle and/or its affiliates. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Genera…
MySQL
Debian 9
# Copyright (c) 2015, 2021, Oracle and/or its affiliates. # # This program is free software; you can redistri…
# Copyright (c) 2015, 2021, Oracle and/or its affiliates. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Genera…
MySQL
Debian 9
# Copyright (c) 2015, 2021, Oracle and/or its affiliates. # # This program is free software; you can redistri…
# Copyright (c) 2015, 2021, Oracle and/or its affiliates. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Genera…
NGINX Configs
Meistgefragte Defaults für NGINX
NGINX
Debian 9
# Stop dance for nginx # ======================= # # ExecStop sends SIGSTOP (graceful stop) to the nginx proc…
# Stop dance for nginx # ======================= # # ExecStop sends SIGSTOP (graceful stop) to the nginx process. # If, after 5s (--retry QUIT/5) nginx is still running,…
NGINX
Debian 9
## # You should look at the following URL's in order to grasp a solid understanding # of Nginx configuration …
## # You should look at the following URL's in order to grasp a solid understanding # of Nginx configuration files in order to fully unleash the power of Nginx. # https:…
NGINX
Debian 9
proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $…
proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Prot…
Odoo Configs
Meistgefragte Defaults für Odoo
Odoo
Debian 9
[options] addons_path = /mnt/extra-addons data_dir = /var/lib/odoo ; admin_passwd = admin ; csv_internal_sep …
[options] addons_path = /mnt/extra-addons data_dir = /var/lib/odoo ; admin_passwd = admin ; csv_internal_sep = , ; db_maxconn = 64 ; db_name = False ; db_template = temp…
Odoo
Red Hat Enterprise Linux 9
[options] addons_path = /mnt/extra-addons data_dir = /var/lib/odoo ; admin_passwd = admin ; csv_internal_sep …
[options] addons_path = /mnt/extra-addons data_dir = /var/lib/odoo ; admin_passwd = admin ; csv_internal_sep = , ; db_maxconn = 64 ; db_name = False ; db_template = temp…
Odoo
CentOS Stream 9
[options] addons_path = /mnt/extra-addons data_dir = /var/lib/odoo ; admin_passwd = admin ; csv_internal_sep …
[options] addons_path = /mnt/extra-addons data_dir = /var/lib/odoo ; admin_passwd = admin ; csv_internal_sep = , ; db_maxconn = 64 ; db_name = False ; db_template = temp…
OpenSSH Configs
Meistgefragte Defaults für OpenSSH
OpenSSH
Debian 9
# $OpenBSD: sshd_config,v 1.100 2016/08/15 12:32:04 naddy Exp $ # This is the sshd server system-wide config…
# $OpenBSD: sshd_config,v 1.100 2016/08/15 12:32:04 naddy Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. #…
OpenSSH
Debian 9
# This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This fi…
# This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for # users, and the values can be chan…
OpenSSH
Debian 9
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjeWkLT4j+P/1wFa1aiekfaML9nXo0UKjfrRTHQN2l/Zvuv5b/nvMqvxhDhA9b8KHkf1uaK…
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjeWkLT4j+P/1wFa1aiekfaML9nXo0UKjfrRTHQN2l/Zvuv5b/nvMqvxhDhA9b8KHkf1uaK+eRZB+vL6+71VxSLn6C+GW4A9xAPBdJyMUV9LBN6LischJmtx9B2+PpUhsft…
OpenSSL Configs
Meistgefragte Defaults für OpenSSL
OpenSSL
Debian 9
# # OpenSSL example configuration file. # This is mostly being used for generation of certificate requests. #…
# # OpenSSL example configuration file. # This is mostly being used for generation of certificate requests. # # This definition stops the following lines choking if HOM…
OpenSSL
Alpine Linux 3.21
# # OpenSSL example configuration file. # See doc/man5/config.pod for more info. # # This is mostly being use…
# # OpenSSL example configuration file. # See doc/man5/config.pod for more info. # # This is mostly being used for generation of certificate requests, # but may be used …
OpenSSL
Alpine Linux 3.21
# # OpenSSL example configuration file. # See doc/man5/config.pod for more info. # # This is mostly being use…
# # OpenSSL example configuration file. # See doc/man5/config.pod for more info. # # This is mostly being used for generation of certificate requests, # but may be used …
Postfix Configs
Meistgefragte Defaults für Postfix
Postfix
Debian 9
# Global Postfix configuration file. This file lists only a subset # of all parameters. For the syntax, and f…
# Global Postfix configuration file. This file lists only a subset # of all parameters. For the syntax, and for a complete parameter # list, see the postconf(5) manual p…
Postfix
Red Hat Enterprise Linux 9
# HEADER_CHECKS(5) HEADER_CHECKS(5) # # NAME # header_ch…
# HEADER_CHECKS(5) HEADER_CHECKS(5) # # NAME # header_checks - Postfix built-in content inspection # # SYNOPSIS # …
Postfix
Debian 9
[Unit] Description=Postfix Mail Transport Agent (instance %i) Documentation=man:postfix(1) PartOf=postfix.ser…
[Unit] Description=Postfix Mail Transport Agent (instance %i) Documentation=man:postfix(1) PartOf=postfix.service Before=postfix.service ReloadPropagatedFrom=postfix.ser…
PostgreSQL Configs
Meistgefragte Defaults für PostgreSQL
PostgreSQL
Debian 9
# ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file…
# ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file consists of lines of the form: # # name = value # # (The …
PostgreSQL
Ubuntu 24.04
# Automatic pg_ctl configuration # This configuration file contains cluster specific options to be passed to …
# Automatic pg_ctl configuration # This configuration file contains cluster specific options to be passed to # pg_ctl(1). pg_ctl_options = ''
PostgreSQL
Ubuntu 18.04
# systemd service for managing all PostgreSQL clusters on the system. This # service is actually a systemd ta…
# systemd service for managing all PostgreSQL clusters on the system. This # service is actually a systemd target, but we are using a service since # targets cannot be r…
Redis Configs
Meistgefragte Defaults für Redis
Redis
Debian 9
/var/log/redis/redis-server*.log { weekly missingok rotate 12 compress …
/var/log/redis/redis-server*.log {
weekly
missingok
rotate 12
compress
notifempty
}
Redis
Debian 9
[Unit] Description=Advanced key-value store After=network.target Documentation=http://redis.io/documentation,…
[Unit] Description=Advanced key-value store After=network.target Documentation=http://redis.io/documentation, man:redis-server(1) [Service] Type=forking ExecStart=/usr/…
Redis
Alpine Linux 3.21
/var/log/redis/*.log { notifempty missingok }
/var/log/redis/*.log {
notifempty
missingok
}
Brauchst du einen bestimmten Default?
Such über Apps und Distros hinweg, bis du genau die Datei hast, die du brauchst.
Alle Configs durchsuchen