radames HF staff commited on
Commit
1b1b37e
1 Parent(s): 015d0c4
Files changed (1) hide show
  1. nginx.conf +2 -2
nginx.conf CHANGED
@@ -1,6 +1,6 @@
1
  server {
2
- listen 80;
3
- listen [::]:80;
4
  server_name localhost;
5
 
6
  #access_log /var/log/nginx/host.access.log main;
 
1
  server {
2
+ listen 8080;
3
+ listen [::]:8080;
4
  server_name localhost;
5
 
6
  #access_log /var/log/nginx/host.access.log main;