diff options
author | heqnx <root@heqnx.com> | 2025-07-05 15:05:56 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-05 15:05:56 +0300 |
commit | 6603f4d2c4e6e32d0a27872badfe24ad2d403caf (patch) | |
tree | 7c0bfc7c4c8b61e6307a7c0b12f8ae40bb9e64c3 /templates/nginx/nginx.conf.j2 | |
parent | 057e0ceb257b62a3b0755cb73b7a685cb74c57a9 (diff) | |
download | ansible-icecast2-6603f4d2c4e6e32d0a27872badfe24ad2d403caf.tar.gz ansible-icecast2-6603f4d2c4e6e32d0a27872badfe24ad2d403caf.zip |
couple of small additions
Diffstat (limited to 'templates/nginx/nginx.conf.j2')
-rw-r--r-- | templates/nginx/nginx.conf.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/nginx/nginx.conf.j2 b/templates/nginx/nginx.conf.j2 index 2e257e0..a98507f 100644 --- a/templates/nginx/nginx.conf.j2 +++ b/templates/nginx/nginx.conf.j2 @@ -132,4 +132,3 @@ http { error_log /var/log/nginx/icecast-error.log warn; } } - |