> Hi All,
>
> I have been searching the net to find a solution to "Refresh" the web
> page and see the latest development.
>
> Else I am left with "Restarting" the uWSGI server every time.
>
> # services uwsgi restart
>
> To see the latest changes to the web page.
>
> Can some one please point to the link giving this solution ?
>
> Or  Suggest how to tweak the configuration ?
>
> Thank
>
> Nitin


It is always required to reload the server when you change the code.
(except for CGI mode where the app is loaded at every request).

You can only instruct uWSGI to monitor specific files to automatically
trigger a restart. (via --touch-reload or --py-autoreload for python)

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to