Original, unaltered Alpine Linux v3.21 config files from fresh installations
Original, unaltered configurations from fresh installations
📍 Alpine Linux v3.21
/var/log/nginx/*.log { missingok sharedscripts postrotate /etc/init.d/nginx --quiet --ifstarted reopen endscript }
📍 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…
📍 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 …
📍 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…
📍 Alpine Linux v3.21
types { text/html html htm shtml; text/css css; text/xml xml; i…
📍 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…
📍 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 …
📍 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…
📍 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…
📍 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…
📍 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 …
📍 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…
📍 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 …
📍 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…
📍 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 …
📍 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…
📍 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…
📍 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…
📍 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…
📍 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 …
Explore configs by application or operating system