Skip to content

Commit

Permalink
updated Djnago settings allowed host for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
fulanii committed Dec 18, 2024
1 parent 3e631f7 commit b9d68ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
# ##### production ########
# ##### production ########

# user nginx;
# worker_processes auto;
# error_log /var/log/nginx/error.log warn;
# pid /var/run/nginx.pid;
user nginx;
worker_processes auto;
error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;

# events {
# worker_connections 1024;
# }
events {
worker_connections 1024;
}

http {
include /etc/nginx/mime.types;
Expand Down

0 comments on commit b9d68ca

Please sign in to comment.