100% Free & Open

Centos Stream 9 Configuration Files

Original, unaltered CentOS Stream 9 config files from fresh installations

56 Centos Stream 9 Configuration Files

Original, unaltered configurations from fresh installations

/etc/logrotate.d/nginx
NGINX CentOS Stream 9

NGINX - /etc/logrotate.d/nginx

📍 CentOS Stream 9

/var/log/nginx/*.log {
    create 0640 nginx root
    daily
    rotate 10
    missingok
    notifempty
    compress
    delaycompress
    sharedscripts
    postrotate
        /bin/kill -USR1 `cat /ru…
15 lines • MD5: a92ea25b... Click to view full file
/etc/systemd/nginx.service
NGINX CentOS Stream 9

NGINX - /etc/systemd/nginx.service

📍 CentOS Stream 9

[Unit]
Description=The nginx HTTP and reverse proxy server
After=network-online.target remote-fs.target nss-lookup.target
Wants=network-online.target

[Service]
Type=forking
PIDFile=/run/nginx.pid
# …
23 lines • MD5: 10fc9528... Click to view full file
/etc/nginx/win-utf
NGINX CentOS Stream 9

NGINX - /etc/nginx/win-utf

📍 CentOS Stream 9

# This map is not a full windows-1251 <> utf8 map: it does not
# contain Serbian and Macedonian letters.  If you need a full map,
# use contrib/unicode2nginx/win-utf map instead.

charset_map  windo…
127 lines • MD5: 3749ffe1... Click to view full file
/etc/nginx/uwsgi_params.default
NGINX CentOS Stream 9

NGINX - /etc/nginx/uwsgi_params.default

📍 CentOS Stream 9

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/uwsgi_params
NGINX CentOS Stream 9

NGINX - /etc/nginx/uwsgi_params

📍 CentOS Stream 9

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.default
NGINX CentOS Stream 9

NGINX - /etc/nginx/scgi_params.default

📍 CentOS Stream 9

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/scgi_params
NGINX CentOS Stream 9

NGINX - /etc/nginx/scgi_params

📍 CentOS Stream 9

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.default
NGINX CentOS Stream 9

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

📍 CentOS Stream 9

#user  nobody;
worker_processes  1;

#error_log  logs/error.log;
#error_log  logs/error.log  notice;
#error_log  logs/error.log  info;

#pid        logs/nginx.pid;


events {
    worker_connections …
118 lines • MD5: 3a0b1f2d... Click to view full file
/etc/nginx/nginx.conf
NGINX CentOS Stream 9

NGINX - /etc/nginx/nginx.conf

📍 CentOS Stream 9

# For more information on configuration, see:
#   * Official English Documentation: http://nginx.org/en/docs/
#   * Official Russian Documentation: http://nginx.org/ru/docs/

user nginx;
worker_proce…
85 lines • MD5: 6953d9c9... Click to view full file
/etc/nginx/mime.types.default
NGINX CentOS Stream 9

NGINX - /etc/nginx/mime.types.default

📍 CentOS Stream 9

types {
    text/html                                        html htm shtml;
    text/css                                         css;
    text/xml                                         xml;
    i…
98 lines • MD5: cbd0fe7e... Click to view full file
/etc/nginx/mime.types
NGINX CentOS Stream 9

NGINX - /etc/nginx/mime.types

📍 CentOS Stream 9

types {
    text/html                                        html htm shtml;
    text/css                                         css;
    text/xml                                         xml;
    i…
98 lines • MD5: cbd0fe7e... Click to view full file
/etc/nginx/koi-win
NGINX CentOS Stream 9

NGINX - /etc/nginx/koi-win

📍 CentOS Stream 9

charset_map  koi8-r  windows-1251 {

    80  88 ; # euro

    95  95 ; # bullet

    9A  A0 ; # &nbsp;

    9E  B7 ; # &middot;

    A3  B8 ; # small yo
    A4  BA ; # small Ukrainian ye

    A6  B3…
104 lines • MD5: bfa0b803... Click to view full file
/etc/nginx/koi-utf
NGINX CentOS Stream 9

NGINX - /etc/nginx/koi-utf

📍 CentOS Stream 9

# This map is not a full koi8-r <> utf8 map: it does not contain
# box-drawing and some other characters.  Besides this map contains
# several koi8-u and Byelorussian letters which are not in koi8-r…
110 lines • MD5: 3e338aca... Click to view full file
/etc/nginx/fastcgi_params.default
NGINX CentOS Stream 9

NGINX - /etc/nginx/fastcgi_params.default

📍 CentOS Stream 9

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_params
NGINX CentOS Stream 9

NGINX - /etc/nginx/fastcgi_params

📍 CentOS Stream 9

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.default
NGINX CentOS Stream 9

NGINX - /etc/nginx/fastcgi.conf.default

📍 CentOS Stream 9

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/fastcgi.conf
NGINX CentOS Stream 9

NGINX - /etc/nginx/fastcgi.conf

📍 CentOS Stream 9

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/logrotate.d/httpd
Apache HTTP Server CentOS Stream 9

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

📍 CentOS Stream 9

# Note that logs are not compressed unless "compress" is configured,
# which can be done either here or globally in /etc/logrotate.conf.
/var/log/httpd/*log {
    missingok
    notifempty
    shareds…
12 lines • MD5: f48c31ee... Click to view full file
/etc/systemd/httpd@.service
Apache HTTP Server CentOS Stream 9

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

📍 CentOS Stream 9

# This is a template for httpd instances.
# See httpd@.service(8) for more information.

[Unit]
Description=The Apache HTTP Server
After=network.target remote-fs.target nss-lookup.target
Documentatio…
27 lines • MD5: 934507a1... Click to view full file
/etc/systemd/httpd.socket
Apache HTTP Server CentOS Stream 9

Apache HTTP Server - /etc/systemd/httpd.socket

📍 CentOS Stream 9

# See httpd.socket(8) for more information on using the httpd service.

[Unit]
Description=Apache httpd Server Socket
Documentation=man:httpd.socket(8)

[Socket]
ListenStream=80
NoDelay=true
DeferAcc…
14 lines • MD5: 23029a06... Click to view full file