Ubuntu 18.04 Lts (Bionic Beaver) Konfigurationsdateien

Original, unverändert Ubuntu 18.04 LTS (Bionic Beaver) Config-Dateien von frischen Installationen

193 Ubuntu 18.04 Lts (Bionic Beaver) Konfigurationsdateien

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-data adm sha…

19 Zeilen • MD5: b29112f9...

NGINX Ubuntu

NGINX - /etc/systemd/nginx.service

📍 Ubuntu 18.04 LTS (Bionic Beaver)

# Stop dance for nginx # ======================= # # ExecStop sends SIGSTOP (graceful stop) to the nginx process. # If,…

30 Zeilen • MD5: 7142d860...

NGINX Ubuntu

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 you need a …

126 Zeilen • MD5: 0f39cbfc...

NGINX Ubuntu

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 CONTENT_T…

18 Zeilen • MD5: 88ac833e...

NGINX Ubuntu

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 QUERY_STRING …

18 Zeilen • MD5: df8c71e2...

NGINX Ubuntu

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 $proxy_add_…

5 Zeilen • MD5: 2612ba34...

NGINX Ubuntu

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 { worker_…

86 Zeilen • MD5: b25598ac...

NGINX Ubuntu

NGINX - /etc/nginx/mime.types

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

90 Zeilen • MD5: bd837e7b...

NGINX Ubuntu

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; 9E B7 ; #…

104 Zeilen • MD5: bfa0b803...

NGINX Ubuntu

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. Besides thi…

110 Zeilen • MD5: 3e338aca...

NGINX Ubuntu

NGINX - /etc/nginx/fastcgi_params

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

26 Zeilen • MD5: 4729c301...

NGINX Ubuntu

NGINX - /etc/nginx/fastcgi.conf

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

27 Zeilen • MD5: 178a634a...

NGINX Ubuntu

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_certificate …

6 Zeilen • MD5: 0a8bff8a...

NGINX Ubuntu

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)(/.+)$; # Check that…

14 Zeilen • MD5: 678c2236...

NGINX Ubuntu

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 files in o…

92 Zeilen • MD5: 9b030eca...

NGINX Ubuntu

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

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

21 Zeilen • MD5: 15238daf...

Apache HTTP Server Ubuntu

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

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

17 Zeilen • MD5: fbe0979b...

Apache HTTP Server Ubuntu

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

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

16 Zeilen • MD5: d4d533d9...

Apache HTTP Server Ubuntu

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

📍 Ubuntu 18.04 LTS (Bionic Beaver)

[Service] Type=forking RemainAfterExit=no

4 Zeilen • MD5: 23a3cceb...

Apache HTTP Server Ubuntu

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

📍 Ubuntu 18.04 LTS (Bionic Beaver)

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

16 Zeilen • MD5: a961f234...

Apache HTTP Server Ubuntu