1👍
✅
The difference between:
uwsgi_pass unix:/foo/bar.sock
and
uwsgi_pass unix:///foo/bar.sock
is the same as between:
uwsgi_pass unix:/foo/bar.sock
and
uwsgi_pass unix:////////////////foo////bar.sock
or, the same as between:
root /data/www/site.ru;
and
root ///data/www/site.ru;
I’m sure, now you’ve got the poing. 😉
- [Answered ]-DRF's nested relations: serializer output OrderedDict with Tuple
- [Answered ]-Django method call from template sets named variable. How is this even possible?
Source:stackexchange.com