From 3be8002b5aa18e3b3bd0b5d2bbe5588105f902cf Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Wed, 22 Mar 2017 20:07:22 +0100 Subject: [PATCH] minor cleanup of README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a4908d7..3f989be 100644 --- a/README.md +++ b/README.md @@ -255,9 +255,6 @@ to access the service (if you want to use a web frontend; it's recommended): access_log /var/log/nginx/wttr.in-access.log main; error_log /var/log/nginx/wttr.in-error.log; - location /clouds_files { root /var/www/igor/; } - location /clouds_images { root /var/www/igor/; } - location / { proxy_pass http://127.0.0.1:8002;