cap-uwsgi 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/capistrano/templates/uwsgi_nginx.conf.erb +1 -1
- data/lib/capistrano/uwsgi/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1dd183d6dcf7aabb9b0d240d29f38682c4465d3c
|
|
4
|
+
data.tar.gz: 8243b4280b8f3a071dddc2276a2c4681ffd73261
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b851800ee74ebe5402c4e940b38393690177acca49921289af45b0243badf6a9a869ef8fb272a48885886e08847b8b85d42f17d411f4df89edd4160fb62c391f
|
|
7
|
+
data.tar.gz: dcd9f8362027218aeadd01e35faa93a4c60e87e7ba4f285e4d735e2c62a1016b6b423db3bd0c1e003e705e9a598f9a35246205afc74bf0afddbd43839f28f0f1
|
|
@@ -14,7 +14,7 @@ server {
|
|
|
14
14
|
# path for static files
|
|
15
15
|
root <%=deploy_to%>/current/public;
|
|
16
16
|
access_log <%=fetch(:uwsgi_access_log)%>;
|
|
17
|
-
error_log <%=fetch(:uwsgi_error_log)
|
|
17
|
+
error_log <%=fetch(:uwsgi_error_log)%> info;
|
|
18
18
|
|
|
19
19
|
# this rewrites all the requests to the maintenance.html
|
|
20
20
|
# page if it exists in the doc root. This is for capistrano's
|