~mika/www.m1kadev.nl

0e0e8fe548faadf42d0f16a14607d0ee3be36480 — m1ka 3 months ago 20252f2
fix nginx issue
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;