Skip to content

Commit

Permalink
Merge branch 'main' of github.com:froxlor/Froxlor
Browse files Browse the repository at this point in the history
  • Loading branch information
d00p committed May 10, 2024
2 parents 9f44b21 + cf18140 commit c07ff16
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion lib/configfiles/bookworm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,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
3 changes: 2 additions & 1 deletion lib/configfiles/bullseye.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,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
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
3 changes: 2 additions & 1 deletion lib/configfiles/jammy.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
3 changes: 2 additions & 1 deletion lib/configfiles/noble.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 c07ff16

Please sign in to comment.