Update nginx.conf to listen on port 8080 instead of port 80
This commit is contained in:
parent
d2f6ca0ad3
commit
69235b374d
@ -30,8 +30,8 @@ http {
|
||||
|
||||
#include /etc/nginx/conf.d/*.conf;
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
listen 8080;
|
||||
listen [::]:8080;
|
||||
server_name localhost;
|
||||
|
||||
#access_log /var/log/nginx/host.access.log main;
|
||||
|
Loading…
x
Reference in New Issue
Block a user