Fix newline in nginx.conf

This commit is contained in:
Raymonzut
2020-06-16 19:11:03 +02:00
parent 04957ad2fc
commit bb7e8f9c89
+1 -1
View File
@@ -11,7 +11,7 @@ http {
types {
application/javascript mjs;
}
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';