Skip to content

Commit

Permalink
fix: remove pid in inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Apr 22, 2024
1 parent 705475d commit b86b36c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
worker_processes 1;

pid run/nginx.pid;

events {
worker_connections 1024;
}
Expand All @@ -11,8 +9,6 @@ http {
default_type application/octet-stream;

sendfile on;
#tcp_nopush on;

keepalive_timeout 65;

gzip on;
Expand Down

0 comments on commit b86b36c

Please sign in to comment.