~ubuntu-branches/ubuntu/lucid/nginx/lucid

« back to all changes in this revision

Viewing changes to auto/modules

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-11-30 13:34:00 UTC
  • mfrom: (1.1.14 upstream) (4.2.10 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091130133400-n0ux4igma2y3y0pl
Tags: 0.7.63-1ubuntu1
* Merge from debian testing (LP: #490450), remaining changes:
  - Install html files.
    - debian/dirs: Add 'var/www/nginx-default'.
    - debian/nginx.install: Add 'html/* var/www/nginx-default'.
  - Added a UFW profile set: (LP: #308695)
    + debian/nginx.ufw.profile: Added.
    + debian/control: nginx: Suggests ufw.
    + debian/dirs: Added 'etc/ufw/applications.d'
    + debian/rules: Added install rule for the nginx UFW profile. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
    HTTP_SRCS="$HTTP_SRCS $HTTP_GEO_SRCS"
241
241
fi
242
242
 
 
243
if [ $HTTP_GEOIP = YES ]; then
 
244
    have=NGX_HTTP_GEOIP . auto/have
 
245
    HTTP_MODULES="$HTTP_MODULES $HTTP_GEOIP_MODULE"
 
246
    HTTP_SRCS="$HTTP_SRCS $HTTP_GEOIP_SRCS"
 
247
fi
 
248
 
243
249
if [ $HTTP_MAP = YES ]; then
244
250
    have=NGX_HTTP_MAP . auto/have
245
251
    HTTP_MODULES="$HTTP_MODULES $HTTP_MAP_MODULE"