Skip to content

Commit

Permalink
update nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
pitiscarf committed Feb 21, 2025
1 parent afe4e13 commit f6265f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devops/admin/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
daemon off;
error_log stderr;
pid $APP_HOME/nginx.pid;
worker_processes auto;

events {
worker_connections 1024;
}

http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
sendfile on;
access_log off;
server {
listen $PORT default_server;
Expand Down

0 comments on commit f6265f3

Please sign in to comment.