nginx/configure/unindent

This commit is contained in:
Marc Beninca 2019-08-04 17:26:56 +02:00
parent 9677f99790
commit 6ab77b1b4b

View file

@ -16,6 +16,7 @@ Configure
} }
http { http {
# General # General
keepalive_timeout 60; keepalive_timeout 60;
@ -73,4 +74,5 @@ Configure
# Includes # Includes
include /etc/nginx/sites-enabled/*; include /etc/nginx/sites-enabled/*;
} }