Skip to content

Ubuntu 18.04 Lts (Bionic Beaver) Default Configs

Untouched. Ready to copy.

/etc/logrotate.d/nginx
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/logrotate.d/nginx

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

18 lines • MD5: b29112f9... View →
/etc/systemd/nginx.service
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/systemd/nginx.service

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

29 lines • MD5: 7142d860... View →
/etc/nginx/win-utf
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/nginx/win-utf

📍 Ubuntu 18.04 LTS (Bionic Beaver)

# 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/uwsgi_params
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/nginx/uwsgi_params

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

17 lines • MD5: 88ac833e... View →
/etc/nginx/scgi_params
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/nginx/scgi_params

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

17 lines • MD5: df8c71e2... View →
/etc/nginx/proxy_params
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/nginx/proxy_params

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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/nginx.conf
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/nginx/nginx.conf

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

85 lines • MD5: b25598ac... View →
/etc/nginx/mime.types
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/nginx/mime.types

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

89 lines • MD5: bd837e7b... View →
/etc/nginx/koi-win
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/nginx/koi-win

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

103 lines • MD5: bfa0b803... View →
/etc/nginx/koi-utf
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/nginx/koi-utf

📍 Ubuntu 18.04 LTS (Bionic Beaver)

# 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/fastcgi_params
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/nginx/fastcgi_params

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

25 lines • MD5: 4729c301... View →
/etc/nginx/fastcgi.conf
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

NGINX - /etc/nginx/fastcgi.conf

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

26 lines • MD5: 178a634a... View →
/etc/nginx/snippets/snakeoil.conf
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

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

📍 Ubuntu 18.04 LTS (Bionic Beaver)

# 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/nginx/snippets/fastcgi-php.conf
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

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

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

13 lines • MD5: 678c2236... View →
/etc/nginx/sites-available/default
NGINX Ubuntu 18.04 LTS (Bionic Beaver)

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

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

91 lines • MD5: 9b030eca... View →
/etc/mysql/mysql.cnf
MySQL Ubuntu 18.04 LTS (Bionic Beaver)

MySQL - /etc/mysql/mysql.cnf

📍 Ubuntu 18.04 LTS (Bionic Beaver)

# Copyright (c) 2015, 2023, Oracle and/or its affiliates. # # This program is free software; you can redistri…

33 lines • MD5: 96ac0c9d... View →
/etc/mysql/my.cnf.fallback
MySQL Ubuntu 18.04 LTS (Bionic Beaver)

MySQL - /etc/mysql/my.cnf.fallback

📍 Ubuntu 18.04 LTS (Bionic Beaver)

# Copyright (c) 2015, 2023, Oracle and/or its affiliates. # # This program is free software; you can redistri…

32 lines • MD5: ab0d28ea... View →
/etc/mysql/mysql.conf.d/mysqld.cnf
MySQL Ubuntu 18.04 LTS (Bionic Beaver)

MySQL - /etc/mysql/mysql.conf.d/mysqld.cnf

📍 Ubuntu 18.04 LTS (Bionic Beaver)

# Copyright (c) 2014, 2023, Oracle and/or its affiliates. # # This program is free software; you can redistri…

33 lines • MD5: 9d06763d... View →
/etc/mysql/conf.d/mysql.cnf
MySQL Ubuntu 18.04 LTS (Bionic Beaver)

MySQL - /etc/mysql/conf.d/mysql.cnf

📍 Ubuntu 18.04 LTS (Bionic Beaver)

# Copyright (c) 2015, 2023, Oracle and/or its affiliates. # # This program is free software; you can redistri…

29 lines • MD5: 1185fcf4... View →
/etc/mysql/debian.cnf
MariaDB Ubuntu 18.04 LTS (Bionic Beaver)

MariaDB - /etc/mysql/debian.cnf

📍 Ubuntu 18.04 LTS (Bionic Beaver)

# Automatically generated for Debian scripts. DO NOT TOUCH! [client] host = localhost user = root pas…

12 lines • MD5: e74d0ae2... View →

Keep exploring

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