Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nginx.md #604

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update nginx.md #604

wants to merge 5 commits into from

Commits on Nov 27, 2021

  1. Update nginx.md

    Add section before section 7 with "Edit /etc/nginx/nginx.conf to contain the following in the http section: 
    gzip            on;
    gzip_min_length 1000;
    gzip_proxied    expired no-cache no-store private auth;
    gzip_types      text/plain application/xml application/json application/javascript application/octet-stream text/css;
    include /etc/nginx/conf.d/*.conf;
    "
    
    This modification makes the Web Interface working with NGINX.
    
    (This is my first contribution to GitHub, so I hope the formatting is okay).
    RickX56 authored Nov 27, 2021
    Configuration menu
    Copy the full SHA
    5e02a2a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Update nginx.md

    Updated to correct numbering
    RickX56 authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    79dde60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1f7461 View commit details
    Browse the repository at this point in the history
  3. Update nginx.md

    RickX56 authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    4313b0f View commit details
    Browse the repository at this point in the history
  4. Update nginx.md

    RickX56 authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7b0ae62 View commit details
    Browse the repository at this point in the history