Skip to content

Commit f894c62

Browse files
committed
remove extra log parameter
1 parent 6cf336e commit f894c62

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -211,17 +211,17 @@ Below is the complete list of available options that can be used to customize yo
211211
212212
### Maintenance Options
213213

214-
| Parameter | Description | Default | Advanced |
215-
| -------------------------------- | ------------------------------------------------------------ | --------------------------- | -------- |
216-
| `NGINX_MAINTENANCE_TYPE` | Serve `local` file or `redirect` or `proxy` to a URL | `local` | |
217-
| `NGINX_MAINTENANCE_PATH` | (local) Path where the maintenance page resides | `/assets/nginx/maintenance` | |
218-
| `NGINX_MAINTENANCE_FILE` | (local) File to load while in maintenance mode | `index.html` | |
219-
| `NGINX_MAINTENANCE_REMOTE_URL` | (local) If you wish to download an html file from a | | |
220-
| | remote location to overwrite the above enter the URL here | | |
221-
| `NGINX_MAINTENANCE_PROXY_URL` | What url eg `https://example.com` to transparently proxy for | | |
222-
| | the user when they visit the site | `http://maintenance` | |
223-
| `NGINX_MAINTENANCE_REDIRECT_URL` | What url eg `https://example.com` to redirect | | |
224-
| | in a uers browser when they visit the site | | |
214+
| Parameter | Description | Default | Advanced |
215+
| -------------------------------- | ------------------------------------------------------------ | ----------------------------------- | -------- |
216+
| `NGINX_MAINTENANCE_TYPE` | Serve `local` file or `redirect` or `proxy` to a URL | `local` | |
217+
| `NGINX_MAINTENANCE_PATH` | (local) Path where the maintenance page resides | `/container/data/nginx/maintenance` | |
218+
| `NGINX_MAINTENANCE_FILE` | (local) File to load while in maintenance mode | `index.html` | |
219+
| `NGINX_MAINTENANCE_REMOTE_URL` | (local) If you wish to download an html file from a | | |
220+
| | remote location to overwrite the above enter the URL here | | |
221+
| `NGINX_MAINTENANCE_PROXY_URL` | What url eg `https://example.com` to transparently proxy for | | |
222+
| | the user when they visit the site | `http://maintenance` | |
223+
| `NGINX_MAINTENANCE_REDIRECT_URL` | What url eg `https://example.com` to redirect | | |
224+
| | in a uers browser when they visit the site | | |
225225

226226
You can also enter into the container and type `maintenance ARG`, where ARG is either `ON`,`OFF`, or `SLEEP (seconds)` which will temporarily place the site in maintenance mode and then restore it back to normal after time has passed.
227227

rootfs/etc/nginx/snippets/server.available/logging.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ log_format llng_standard '$time_iso8601 '
4141
'$body_bytes_sent '
4242
'"$http_referer" '
4343
'"$http_user_agent"'
44-
'$upstream_http_lm_remote_user'
4544
;
4645

4746
log_format json escape=json '{ '
File renamed without changes.

0 commit comments

Comments
 (0)