Fix newline in nginx.conf

master
Raymonzut 4 years ago
parent 04957ad2fc
commit bb7e8f9c89
No known key found for this signature in database
GPG Key ID: 1E9BCC39EDD1DD53
  1. 2
      client/nginx.conf

@ -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"';

Loading…
Cancel
Save