100% Free & Open

Alpine Linux V3.21 Configuration Files

Original, unaltered Alpine Linux v3.21 config files from fresh installations

41 Alpine Linux V3.21 Configuration Files

Original, unaltered configurations from fresh installations

/etc/logrotate.d/nginx
NGINX Alpine Linux v3.21

NGINX - /etc/logrotate.d/nginx

📍 Alpine Linux v3.21

/var/log/nginx/*.log {
	missingok
	sharedscripts
	postrotate
		/etc/init.d/nginx --quiet --ifstarted reopen
	endscript
}

9 lines • MD5: db194cf3... Click to view full file
/etc/nginx/uwsgi_params
NGINX Alpine Linux v3.21

NGINX - /etc/nginx/uwsgi_params

📍 Alpine Linux v3.21

uwsgi_param  QUERY_STRING       $query_string;
uwsgi_param  REQUEST_METHOD     $request_method;
uwsgi_param  CONTENT_TYPE       $content_type;
uwsgi_param  CONTENT_LENGTH     $content_length;

uwsgi…
18 lines • MD5: 88ac833e... Click to view full file
/etc/nginx/scgi_params
NGINX Alpine Linux v3.21

NGINX - /etc/nginx/scgi_params

📍 Alpine Linux v3.21

scgi_param  REQUEST_METHOD     $request_method;
scgi_param  REQUEST_URI        $request_uri;
scgi_param  QUERY_STRING       $query_string;
scgi_param  CONTENT_TYPE       $content_type;

scgi_param  …
18 lines • MD5: df8c71e2... Click to view full file
/etc/nginx/nginx.conf
NGINX Alpine Linux v3.21

NGINX - /etc/nginx/nginx.conf

📍 Alpine Linux v3.21

# /etc/nginx/nginx.conf

user nginx;

# Set number of worker processes automatically based on number of CPU cores.
worker_processes auto;

# Enables the use of JIT for regular expressions to speed-up…
104 lines • MD5: ecf0959e... Click to view full file
/etc/nginx/mime.types
NGINX Alpine Linux v3.21

NGINX - /etc/nginx/mime.types

📍 Alpine Linux v3.21

types {
    text/html                                        html htm shtml;
    text/css                                         css;
    text/xml                                         xml;
    i…
100 lines • MD5: 75458237... Click to view full file
/etc/nginx/fastcgi_params
NGINX Alpine Linux v3.21

NGINX - /etc/nginx/fastcgi_params

📍 Alpine Linux v3.21

fastcgi_param  QUERY_STRING       $query_string;
fastcgi_param  REQUEST_METHOD     $request_method;
fastcgi_param  CONTENT_TYPE       $content_type;
fastcgi_param  CONTENT_LENGTH     $content_length…
26 lines • MD5: 4729c301... Click to view full file
/etc/nginx/fastcgi.conf
NGINX Alpine Linux v3.21

NGINX - /etc/nginx/fastcgi.conf

📍 Alpine Linux v3.21

fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
fastcgi_param  QUERY_STRING       $query_string;
fastcgi_param  REQUEST_METHOD     $request_method;
fastcgi_param  CONTENT_TYPE …
27 lines • MD5: 178a634a... Click to view full file
/etc/nginx/http.d/default.conf
NGINX Alpine Linux v3.21

NGINX - /etc/nginx/http.d/default.conf

📍 Alpine Linux v3.21

# This is a default site configuration which will simply return 404, preventing
# chance access to any other virtualhost.

server {
	listen 80 default_server;
	listen [::]:80 default_server;

	# Ever…
18 lines • MD5: c4759cd2... Click to view full file
/etc/logrotate.d/apache2
Apache HTTP Server Alpine Linux v3.21

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

📍 Alpine Linux v3.21

/var/log/apache2/*log {
    missingok
    notifempty
    sharedscripts
    delaycompress
    postrotate
        /etc/init.d/apache2 --quiet --ifstarted reload > /dev/null 2>/dev/null || true
    ends…
11 lines • MD5: 8519af87... Click to view full file
/etc/apache2/mime.types
Apache HTTP Server Alpine Linux v3.21

Apache HTTP Server - /etc/apache2/mime.types

📍 Alpine Linux v3.21

# This file maps Internet media types to unique file extension(s).
# Although created for httpd, this file is used by many software systems
# and has been placed in the public domain for unlimited re…
1859 lines • MD5: c64d1b7f... Click to view full file
/etc/apache2/magic
Apache HTTP Server Alpine Linux v3.21

Apache HTTP Server - /etc/apache2/magic

📍 Alpine Linux v3.21

# Magic data for mod_mime_magic Apache module (originally for file(1) command)
# The module is described in /manual/mod/mod_mime_magic.html
#
# The format is 4-5 columns:
#    Column #1: byte number …
386 lines • MD5: a75b8cf9... Click to view full file
/etc/apache2/httpd.conf
Apache HTTP Server Alpine Linux v3.21

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

📍 Alpine Linux v3.21

#
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.4/> for detail…
483 lines • MD5: 153ba425... Click to view full file
/etc/apache2/conf.d/userdir.conf
Apache HTTP Server Alpine Linux v3.21

Apache HTTP Server - /etc/apache2/conf.d/userdir.conf

📍 Alpine Linux v3.21

<IfModule userdir_module>
# Settings for user home directories
#
# Required module: mod_authz_core, mod_authz_host, mod_userdir

#
# UserDir: The name of the directory that is appended onto a user's …
24 lines • MD5: 50eb1918... Click to view full file
/etc/apache2/conf.d/mpm.conf
Apache HTTP Server Alpine Linux v3.21

Apache HTTP Server - /etc/apache2/conf.d/mpm.conf

📍 Alpine Linux v3.21

#
# Server-Pool Management (MPM specific)
# 

#
# PidFile: The file in which the server should record its process
# identification number when it starts.
#
# Note that this is the default PidFile for…
120 lines • MD5: 104ae677... Click to view full file
/etc/apache2/conf.d/languages.conf
Apache HTTP Server Alpine Linux v3.21

Apache HTTP Server - /etc/apache2/conf.d/languages.conf

📍 Alpine Linux v3.21

#
# Settings for hosting different languages.
#
# Required modules: mod_mime, mod_negotiation

# DefaultLanguage and AddLanguage allows you to specify the language of 
# a document. You can then use …
142 lines • MD5: 3584ae9d... Click to view full file
/etc/apache2/conf.d/info.conf
Apache HTTP Server Alpine Linux v3.21

Apache HTTP Server - /etc/apache2/conf.d/info.conf

📍 Alpine Linux v3.21

#
# Get information about the requests being processed by the server
# and the configuration of the server.
#
# Required modules: mod_authz_core, mod_authz_host,
#                   mod_info (for the…
41 lines • MD5: 6fbbe7cb... Click to view full file
/etc/apache2/conf.d/default.conf
Apache HTTP Server Alpine Linux v3.21

Apache HTTP Server - /etc/apache2/conf.d/default.conf

📍 Alpine Linux v3.21

#
# This configuration file reflects default settings for Apache HTTP Server.
#
# You may change these, but chances are that you may not need to.
#

#
# Timeout: The number of seconds before receives…
71 lines • MD5: 557a5ba2... Click to view full file
/etc/my.cnf
MariaDB Alpine Linux v3.21

MariaDB - /etc/my.cnf

📍 Alpine Linux v3.21

# This group is read both both by the client and the server
# use it for options that affect everything
[client-server]

# This group is read by the server
[mysqld]

# Disabling symbolic-links is rec…
13 lines • MD5: 53cd06a8... Click to view full file
/etc/my.cnf.d/mariadb-server.cnf
MariaDB Alpine Linux v3.21

MariaDB - /etc/my.cnf.d/mariadb-server.cnf

📍 Alpine Linux v3.21

#
# These groups are read by MariaDB server.
# Use it for options that only the server (but not clients) should see

# this is read by the standalone daemon and embedded servers
[server]

# this is o…
43 lines • MD5: 5afd2a14... Click to view full file
/etc/ssl/openssl.cnf.dist
OpenSSL Alpine Linux v3.21

OpenSSL - /etc/ssl/openssl.cnf.dist

📍 Alpine Linux v3.21

#
# 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 for auto loading of providers
…
391 lines • MD5: e8afc6a3... Click to view full file