1 files changed, 1 insertions(+), 1 deletions(-)
M nginx.conf
M nginx.conf => nginx.conf +1 -1
@@ 16,7 16,7 @@ http {
access_log /var/log/nginx/access.log;
keepalive_timeout 3000;
server {
- listen 8080;
+ listen 80;
root /data/www;
index index.html;
server_name www.m1kadev.nl;