Debian 11 (Bullseye) Konfigurationsdateien

Original, unverändert Debian 11 (Bullseye) Config-Dateien von frischen Installationen

195 Debian 11 (Bullseye) Konfigurationsdateien

NGINX - /etc/logrotate.d/nginx

📍 Debian 11 (Bullseye)

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

19 Zeilen • MD5: b29112f9...

NGINX Debian

NGINX - /etc/systemd/nginx.service

📍 Debian 11 (Bullseye)

# Stop dance for nginx # ======================= # # ExecStop sends SIGSTOP (graceful stop) to the nginx process. # If,…

30 Zeilen • MD5: dba41b14...

NGINX Debian

NGINX - /etc/nginx/win-utf

📍 Debian 11 (Bullseye)

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

126 Zeilen • MD5: 0f39cbfc...

NGINX Debian

NGINX - /etc/nginx/uwsgi_params

📍 Debian 11 (Bullseye)

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

18 Zeilen • MD5: 88ac833e...

NGINX Debian

NGINX - /etc/nginx/scgi_params

📍 Debian 11 (Bullseye)

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

18 Zeilen • MD5: df8c71e2...

NGINX Debian

NGINX - /etc/nginx/proxy_params

📍 Debian 11 (Bullseye)

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

5 Zeilen • MD5: 2612ba34...

NGINX Debian

NGINX - /etc/nginx/nginx.conf

📍 Debian 11 (Bullseye)

user www-data; worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; events { worker_…

84 Zeilen • MD5: cc381056...

NGINX Debian

NGINX - /etc/nginx/mime.types

📍 Debian 11 (Bullseye)

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

90 Zeilen • MD5: bd837e7b...

NGINX Debian

NGINX - /etc/nginx/koi-win

📍 Debian 11 (Bullseye)

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

104 Zeilen • MD5: bfa0b803...

NGINX Debian

NGINX - /etc/nginx/koi-utf

📍 Debian 11 (Bullseye)

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

110 Zeilen • MD5: 3e338aca...

NGINX Debian

NGINX - /etc/nginx/fastcgi_params

📍 Debian 11 (Bullseye)

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

27 Zeilen • MD5: ed054bf0...

NGINX Debian

NGINX - /etc/nginx/fastcgi.conf

📍 Debian 11 (Bullseye)

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

28 Zeilen • MD5: 74e91892...

NGINX Debian

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

📍 Debian 11 (Bullseye)

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

6 Zeilen • MD5: 0a8bff8a...

NGINX Debian

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

📍 Debian 11 (Bullseye)

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

14 Zeilen • MD5: 828e5bd1...

NGINX Debian

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

📍 Debian 11 (Bullseye)

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

92 Zeilen • MD5: f1f26aef...

NGINX Debian

Apache HTTP Server - /etc/logrotate.d/apache2

📍 Debian 11 (Bullseye)

/var/log/apache2/*.log { daily missingok rotate 14 compress delaycompress notifempty create…

21 Zeilen • MD5: ab347819...

Apache HTTP Server Debian

Apache HTTP Server - /etc/systemd/apache2@.service

📍 Debian 11 (Bullseye)

[Unit] Description=The Apache HTTP Server After=network.target remote-fs.target nss-lookup.target ConditionPathIsDirect…

19 Zeilen • MD5: 2cc4631b...

Apache HTTP Server Debian

Apache HTTP Server - /etc/systemd/apache2.service

📍 Debian 11 (Bullseye)

[Unit] Description=The Apache HTTP Server After=network.target remote-fs.target nss-lookup.target Documentation=https:/…

18 Zeilen • MD5: d8712c59...

Apache HTTP Server Debian

Apache HTTP Server - /etc/apache2/ports.conf

📍 Debian 11 (Bullseye)

# If you just change the port or add more ports here, you will likely also # have to change the VirtualHost statement i…

16 Zeilen • MD5: a961f234...

Apache HTTP Server Debian

Apache HTTP Server - /etc/apache2/magic

📍 Debian 11 (Bullseye)

# Magic data for mod_mime_magic (originally for file(1) command) # # The format is 4-5 columns: # Column #1: byte nu…

936 Zeilen • MD5: a6d37083...

Apache HTTP Server Debian