Skip to content

Commit 07a5309

Browse files
committed
nginx: raise log level.
No functional changes. [ci skip]
1 parent 7abdb6e commit 07a5309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/config/nginx/mystamps-static.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ server {
22
listen 80;
33
server_name stamps.filezz.ru;
44
server_tokens off;
5-
error_log /data/logs/nginx-static.log info;
5+
error_log /data/logs/nginx-static.log notice;
66

77
location / {
88
return 301 http://my-stamps.ru;

src/main/config/nginx/mystamps.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ server {
77
listen 80 default_server;
88
server_name my-stamps.ru www.my-stamps.ru;
99
server_tokens off;
10-
error_log /data/logs/nginx.log info;
10+
error_log /data/logs/nginx.log notice;
1111

1212
location @maintenance {
1313
root /data/nginx;

0 commit comments

Comments
 (0)