Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 1173)

Ticket Owner Reporter Resolution Summary
#885 berkerpeksag fixed Fix a typo in babel.ini.
Description

The patch is in the "fix-typo" branch:

https://gitorious.org/mediagoblin/berkerpeksag-mediagoblin/commits/80719e85eccb51ca4bb1559588f2aef257a4547f

#900 Daniel Krol fixed nginx warning using example config: text/html already implied in gzip_types
Description

If you use the Nginx script here:

http://mediagoblin.readthedocs.org/en/latest/siteadmin/deploying.html

Nginx will give you the following warning when you restart:

Restarting nginx: nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/sites-enabled/nginx.conf:15

According to this http://stackoverflow.com/a/6475493 it's because text/html is already gziped by default. So, we can leave it out of this config.

#904 Anders Pitman fixed Errors in Deployment documentation
Description

Found a couple small errors in the deployment documentation.

First off, after running this command: sudo adduser --system mediagoblin

This one doesn't do anything: sudo su - mediagoblin

I believe the problem is that there's no shell for system users. The following worked for me: sudo su - mediagoblin -s /bin/bash

Second, this line: mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin:mediagoblin /srv/mediagobin.example.org

has a typo on the final "mediagoblin" (missing 'l') and should be: mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin:mediagoblin /srv/mediagoblin.example.org

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.