UNPKG
slush-source4
Version:
latest (4.8.7)
4.8.7
4.8.6
4.8.5
4.8.4
4.8.3
4.8.2
4.8.1
4.8.0
4.7.9
4.7.8
4.7.7
4.7.6
4.7.5
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.5
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.10
4.5.7
4.5.6
4.5.5
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.4.12
4.4.11
4.4.10
4.4.9
4.4.8
4.4.7
4.4.6
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
Source 4 generator
slush-source4
/
docker
/
etc
/
nginx
/
snippets
/
disable_logging.conf
7 lines
(6 loc)
•
148 B
Plain Text
View Raw
1
2
3
4
5
6
7
# Disable logging for common files
location ~ ^/(favicon\.ico|robots\.txt)$ { access_log off; log_not_found off; try_files
$uri
=
404
; }