Skip to content

Commit

Permalink
fix(library): Update Nginx config
Browse files Browse the repository at this point in the history
Update Nginx config file to not use `/dev/stdout`, since Unikraft does
not properly support it yet.

GitHub-Closes: unikraft#31
Signed-off-by: Stefan Jumarea <[email protected]>
  • Loading branch information
StefanJum committed Dec 27, 2023
1 parent 2713df8 commit b2552ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/nginx/1.15/rootfs/nginx/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ events {

http {
include mime.types;
access_log /dev/stdout;
default_type application/octet-stream;

keepalive_timeout 65;
Expand Down

0 comments on commit b2552ae

Please sign in to comment.