Remove unnecessary blanks

This commit is contained in:
kirikiriyamama 2016-03-23 10:52:59 +09:00
parent d2a57cbf62
commit 3aca06b57f
4 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ http {
server_tokens off;
server {
listen 80 default;
listen 80 default;
access_log /var/log/nginx/rd.access.log;

View File

@ -1,5 +1,5 @@
events {
worker_connections 4096; ## Default: 1024
worker_connections 4096; # Default: 1024
}
http {
@ -10,9 +10,9 @@ http {
}
server {
listen 80;
listen 80;
access_log /var/log/nginx/log/access.log;
access_log /var/log/nginx/log/access.log;
error_log /var/log/nginx/log/error.log;
gzip on;
@ -20,7 +20,7 @@ http {
gzip_proxied any;
location / {
proxy_pass http://redashapp;
proxy_pass http://redashapp;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

View File

@ -6,7 +6,7 @@ http {
server_tokens off;
server {
listen 80 default;
listen 80 default;
access_log /var/log/nginx/rd.access.log;

View File

@ -6,7 +6,7 @@ http {
server_tokens off;
server {
listen 80 default;
listen 80 default;
gzip on;
gzip_types *;