From cbf9723a33ee294a713bc0973a6c6b53e6a111f2 Mon Sep 17 00:00:00 2001 From: niphlod Date: Sat, 26 Apr 2014 20:52:25 +0200 Subject: [PATCH] fix comments --- scripts/setup-web2py-nginx-uwsgi-ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh b/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh index 5be1af63..6c6ab148 100644 --- a/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh +++ b/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh @@ -126,7 +126,7 @@ openssl x509 -noout -fingerprint -text < web2py.crt > web2py.info sudo mkdir /etc/uwsgi sudo mkdir /var/log/uwsgi -# Create configuration file /etc/uwsgi/web2py.xml +# Create configuration file /etc/uwsgi/web2py.ini echo '[uwsgi] socket = /tmp/web2py.socket @@ -184,4 +184,4 @@ start uwsgi-emperor ## and stop it with # stop uwsgi-emperor ## to reload web2py only (without restarting uwsgi) -# touch /etc/uwsgi/web2py.xml +# touch /etc/uwsgi/web2py.ini