Thank you very much!

On Saturday, April 26, 2014 12:48:37 PM UTC-6, Niphlod wrote:
>
> it's an ini file.
> all "errors" are in commented lines...I'll send a PR to fix it.
>
> On Saturday, April 26, 2014 10:51:04 AM UTC+2, Cynthia Butler wrote:
>>
>> Which file extension is correct, .xml or .ini , in this snippet from
>> "web2py/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh"?
>>
>> # Create configuration file /etc/uwsgi/web2py.xml
>> echo '[uwsgi]
>>
>> socket = /tmp/web2py.socket
>> pythonpath = /home/www-data/web2py/
>> mount = /=wsgihandler:application
>> processes = 4
>> master = true
>> harakiri = 60
>> reload-mercy = 8
>> cpu-affinity = 1
>> stats = /tmp/stats.socket
>> max-requests = 2000
>> limit-as = 512
>> reload-on-as = 256
>> reload-on-rss = 192
>> uid = www-data
>> gid = www-data
>> cron = 0 0 -1 -1 -1 python /home/www-data/web2py/web2py.py -Q -S welcome 
>> -M -R scripts/sessions2trash.py -A -o
>> no-orphans = true
>> ' >/etc/uwsgi/web2py.ini
>> ...
>>
>> ## to reload web2py only (without restarting uwsgi)
>> # touch /etc/uwsgi/web2py.xml
>>
>> Thank you!
>>
>>
>>
>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to