Skip to content

Commit

Permalink
chore: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber019 committed Oct 19, 2023
1 parent c75dd38 commit 6bd474e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ http {
default_type application/octet-stream;

log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer"
'"$http_user_agent" "$http_X_forwarded_for";
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_X_forwarded_for"';

access_log off;

Expand Down

0 comments on commit 6bd474e

Please sign in to comment.