Skip to content

Commit

Permalink
Trying something else
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlight-bu committed Sep 15, 2024
1 parent 1784270 commit 5e7a9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ events {}

http {
server {
listen {{ $PORT }} default_server;
listen { $PORT } default_server;

location {
root /usr/share/nginx/html;
Expand Down

0 comments on commit 5e7a9f9

Please sign in to comment.