Skip to content

Commit

Permalink
nginx.conf ... events{} was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeline committed Dec 7, 2023
1 parent 39d7c76 commit 15ac960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static_web/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
events {}

http {
server {
listen 80; # Port où Nginx écoutera les requêtes HTTP
Expand Down

0 comments on commit 15ac960

Please sign in to comment.