You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utagawal edited this page Feb 15, 2023
·
1 revision
First find your Nginx cache path.
In our case Nginx cache path was defined in nginx.conf site-enabled file located on /etc/nginx/sites-enabled with proxy_cache_path directory to be /var/cache/nginx/tileserver
Remove the cache folder by executing the following command : rm -rf /var/cache/nginx/tileserver
Restart Nginx to reenable caching : sudo systemctl restart nginx