Skip to content

Issues with nginx configuration files #1499

Description

@regulartim

While working on #1443 I stumbled over some issues with the current setup of the nginx configuration files:

  1. Changes to the https.conf require manual intervention when updating instances that run on https.
  2. Hardcoded / wrong domain names (https://greedybear.honeynet.com does not exist).
  3. Cipher list in https.conf is in part obsolete.
  4. http.conf and https.conf duplicate the upstream and all four location blocks.
  5. Location ^~/admin is identical to location /.
  6. Path /static/ has no caching or compression.
  7. The size limits for dev and prod mismatch.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions