⬅︎ Back to Local Django development with Nginx
Nice. Yes nginx is great as django front-end.Your example would be completely functional with a reminder to add lineinclude /etc/nginx/sites-enabled/mylittlepony;to /etc/nginx/nginx.conf because this is not in the default config in some setups (e.g. mine is www-servers/nginx-0.8.52 on a Gentoo Linux box).
Default on Ubuntu and Debian :) It also creates the directories.
Comment
Nice. Yes nginx is great as django front-end.
Your example would be completely functional with a reminder to add line
include /etc/nginx/sites-enabled/mylittlepony;
to /etc/nginx/nginx.conf because this is not in the default config in some setups (e.g. mine is www-servers/nginx-0.8.52 on a Gentoo Linux box).
Replies
Default on Ubuntu and Debian :) It also creates the directories.