commit 4f37fe74a24698bcf489f614bb97797a3dbd2694 parent b883e19ebb1372a6448819a52112091cb10fe60a Author: Florian Dold <florian.dold@gmail.com> Date: Sun, 20 Nov 2016 04:45:56 +0100 nginx Diffstat:
| M | etc/nginx/sites-enabled/test.site | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/nginx/sites-enabled/test.site b/etc/nginx/sites-enabled/test.site @@ -57,7 +57,7 @@ server { ssi on; location / { - uwsgi_pass unix:/home/test/sockets/blog.uwsgi; + uwsgi_pass unix:/home/test/sockets/shop.uwsgi; include /etc/nginx/uwsgi_params; }