Nginx Default Configs
Untouched NGINX defaults from fresh installs
/etc/nginx/fastcgi.conf.default
NGINX
Red Hat Enterprise Linux 8 (Ootpa)
CentOS Stream 9
NGINX - /etc/nginx/fastcgi.conf.default
π Red Hat Enterprise Linux 8 (Ootpa), Red Hat Enterprise Linux 9 (Plow)
π 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 β¦
26 lines β’ MD5: 178a634a...
View β
/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β¦
17 lines β’ MD5: c4759cd2...
View β
Browse All
All configs. All distros.