Skip to content

Commit 40ab8c0

Browse files
committed
Update nginx.conf
back to 80
1 parent 9f74f4a commit 40ab8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ http {
55
include /etc/nginx/mime.types;
66

77
server {
8-
listen 4242;
8+
listen 80;
99
server_name localhost;
1010
root /usr/share/nginx/html;
1111
index index.html;

0 commit comments

Comments
 (0)