Skip to content

Commit

Permalink
triggering workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LordFarquaadtheCreator committed Nov 19, 2024
1 parent b5c56c9 commit 1fb9f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ user nginx;
worker_processes auto;
error_log /var/log/nginx/error.log;
pid /run/nginx.pid;

events {
worker_connections 1024;
}
Expand Down Expand Up @@ -38,4 +38,4 @@ http {
proxy_set_header X-Real-IP $remote_addr;
}
}
}
}

0 comments on commit 1fb9f50

Please sign in to comment.