Skip to content

Debian 13 (Trixie) Default Configs

Untouched. Ready to copy.

/etc/nginx/fastcgi.conf
NGINX Debian 13 (Trixie)

NGINX - /etc/nginx/fastcgi.conf

📍 Debian 13 (Trixie)

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

27 lines • MD5: 74e91892... View →
/etc/nginx/fastcgi_params
NGINX Debian 13 (Trixie)

NGINX - /etc/nginx/fastcgi_params

📍 Debian 13 (Trixie)

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

26 lines • MD5: ed054bf0... View →
/etc/nginx/koi-utf
NGINX Debian 13 (Trixie)

NGINX - /etc/nginx/koi-utf

📍 Debian 13 (Trixie)

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

109 lines • MD5: 3e338aca... View →
/etc/nginx/koi-win
NGINX Debian 13 (Trixie)

NGINX - /etc/nginx/koi-win

📍 Debian 13 (Trixie)

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

103 lines • MD5: bfa0b803... View →
/etc/nginx/mime.types
NGINX Debian 13 (Trixie)

NGINX - /etc/nginx/mime.types

📍 Debian 13 (Trixie)

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

101 lines • MD5: 0dee7492... View →
/etc/nginx/nginx.conf
NGINX Debian 13 (Trixie)

NGINX - /etc/nginx/nginx.conf

📍 Debian 13 (Trixie)

user www-data; worker_processes auto; worker_cpu_affinity auto; pid /run/nginx.pid; error_log /var/log/nginx/…

84 lines • MD5: fadf2b09... View →
/etc/nginx/proxy_params
NGINX Debian 13 (Trixie)

NGINX - /etc/nginx/proxy_params

📍 Debian 13 (Trixie)

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

4 lines • MD5: 2612ba34... View →
/etc/nginx/scgi_params
NGINX Debian 13 (Trixie)

NGINX - /etc/nginx/scgi_params

📍 Debian 13 (Trixie)

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

17 lines • MD5: df8c71e2... View →
/etc/nginx/uwsgi_params
NGINX Debian 13 (Trixie)

NGINX - /etc/nginx/uwsgi_params

📍 Debian 13 (Trixie)

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

17 lines • MD5: 88ac833e... View →
/etc/nginx/win-utf
NGINX Debian 13 (Trixie)

NGINX - /etc/nginx/win-utf

📍 Debian 13 (Trixie)

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

125 lines • MD5: 0f39cbfc... View →
/etc/nginx/sites-available/default
NGINX Debian 13 (Trixie)

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

📍 Debian 13 (Trixie)

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

91 lines • MD5: f1f26aef... View →
/etc/nginx/snippets/fastcgi-php.conf
NGINX Debian 13 (Trixie)

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

📍 Debian 13 (Trixie)

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

13 lines • MD5: 828e5bd1... View →
/etc/nginx/snippets/snakeoil.conf
NGINX Debian 13 (Trixie)

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

📍 Debian 13 (Trixie)

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

5 lines • MD5: 0a8bff8a... View →
/etc/systemd/nginx.service
NGINX Debian 13 (Trixie)

NGINX - /etc/systemd/nginx.service

📍 Debian 13 (Trixie)

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

31 lines • MD5: 6eb0566e... View →
/etc/logrotate.d/nginx
NGINX Debian 13 (Trixie)

NGINX - /etc/logrotate.d/nginx

📍 Debian 13 (Trixie)

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

18 lines • MD5: b29112f9... View →
/etc/logrotate.d/apache2
Apache HTTP Server Debian 13 (Trixie)

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

📍 Debian 13 (Trixie)

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

20 lines • MD5: a38d9e98... View →
/etc/systemd/apache2@.service
Apache HTTP Server Debian 13 (Trixie)

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

📍 Debian 13 (Trixie)

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

18 lines • MD5: 2cc4631b... View →
/etc/systemd/apache2.service
Apache HTTP Server Debian 13 (Trixie)

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

📍 Debian 13 (Trixie)

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

18 lines • MD5: fad8b9c1... View →
/etc/apache2/ports.conf
Apache HTTP Server Debian 13 (Trixie)

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

📍 Debian 13 (Trixie)

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

13 lines • MD5: e0eadfd8... View →
/etc/apache2/magic
Apache HTTP Server Debian 13 (Trixie)

Apache HTTP Server - /etc/apache2/magic

📍 Debian 13 (Trixie)

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

935 lines • MD5: a6d37083... View →

Keep exploring

Browse by application or distro when you want a wider view.