Skip to content

Commit

Permalink
Merge pull request #1829 from drawing/master
Browse files Browse the repository at this point in the history
xquic document: example add error_log and change user root
  • Loading branch information
lianglli authored Jul 28, 2023
2 parents 5cef159 + 36321ca commit b39f9ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/ngx_http_xquic_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ make install
```nginx
worker_processes 1;
error_log logs/error.log debug;
events {
worker_connections 1024;
}
Expand Down Expand Up @@ -107,6 +109,10 @@ http {
```nginx
worker_processes 1;
user root;
error_log logs/error.log debug;
events {
worker_connections 1024;
}
Expand Down

0 comments on commit b39f9ca

Please sign in to comment.