ngageoint / geoevents

The GeoEvents project is a dynamic and customizable open source web presence that provides a common operational picture to consolidate activities, manage content, and provides a single point of discovery. GeoEvents was used by deployers and first responders in over 100 real-world events.
MIT License
41 stars 12 forks source link

Editing event causes page to not load #5

Closed jaycrossler closed 10 years ago

jaycrossler commented 10 years ago

Somehow, after creating and then editing a page, the site is not accessible from the slug of the page. For example,

First this works) http://site/incidents/9/exercise-dulles-storms/# Then, edit page settings (via admin menu) Next, this url doesn't work: http://site/incidents/9/exercise-dulles-storms/# Sometimes, this works: http://site/incidents/9/

When looking through the geoevents.log, it seems this error pops up: invalid request block size: 4548 (max 4096)...skip

Googling indicates possibly an error with the uwsgi / nginx configuration.

jaycrossler commented 10 years ago

Fixed by adding more buffer_memory in nginx config .ini file