Skip to content

Commit

Permalink
Upgrade of nginx config by default reference of Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rex2630 authored May 10, 2024
1 parent 67c7000 commit 16ea73c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/configfiles/focal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
<file name="/etc/nginx/nginx.conf" backup="true">
<content><![CDATA[
user www-data;
worker_processes 4;
worker_processes auto;
pid /var/run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;
events {
worker_connections 768;
Expand Down

0 comments on commit 16ea73c

Please sign in to comment.