-
**CKAN version**
CKAN: v.2.9.2
PostgreSQL: 12.6 (Ubuntu 12.6-0ubuntu0.20.10.1)
psycopg2: 2.8.2 (dt dec pq3 ext lo64)
uWSGI: 2.0.19.1
nginx: 1.18.0 (Ubuntu)
__EDIT__: + self written plugin, which…
ghost updated
3 years ago
-
Last deployments used nginx and uwsgi, so it would be helpful to document how to deploy using these since we know that this works. We already have some documentation on deploying with nginx that we mi…
-
### Environment
Include the result of the following commands:
- `nginx -V`
```
nginx version: nginx/1.23.3
built by gcc 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
built with OpenSSL 1.1.1f 31 Mar 2020…
-
Like [this issue](https://github.com/marcgibbons/django-rest-swagger/issues/83). I'm using nginx + uwsgi + django to deploy my project. The nginx is listening port 80, and uwsgi is listening port 81. …
-
I am currently working on configuring Nginx as a reverse proxy for a Django application that follows a multi-tenant architecture using this django-tenant library. The goal is to have Nginx handle inco…
-
Hi,
I've deployed my app with nginx + uwsgi.
It seems to be working fine except for the pact that every now and then, request will yield a 502 error code.
When this happens, I get a line like…
-
## Expected Behavior
I was hoping there might be a few variables I could set in .env, and nginx and uWSGI configuration changes (e.g., similar to those described on [this previous issue](https://gi…
-
After using the nginx web server to build, nginx cannot run, there is no nginx.conf file in the /etc/nginx/ directory, and after `service nginx restarts`, it prompts to execute the `nginx -T -c '/etc/…
-
Hi,
I'm running acme2certifier with Django and uwsgi behind a NGINX reverse proxy. Here are my server configuration files:
Django Settings
```
"""
Django settings for acme2certifier p…
Ka0o0 updated
3 weeks ago
-
**What package is missing from Amazon Linux 2023? Please describe and include package name.**
ngx_http_geo_module of Nginx.
http://nginx.org/en/docs/http/ngx_http_geo_module.html
ngx_http_geoip_m…