mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
Remove unnecessary blanks
This commit is contained in:
parent
d2a57cbf62
commit
3aca06b57f
@ -6,7 +6,7 @@ http {
|
||||
server_tokens off;
|
||||
|
||||
server {
|
||||
listen 80 default;
|
||||
listen 80 default;
|
||||
|
||||
access_log /var/log/nginx/rd.access.log;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -6,7 +6,7 @@ http {
|
||||
server_tokens off;
|
||||
|
||||
server {
|
||||
listen 80 default;
|
||||
listen 80 default;
|
||||
|
||||
access_log /var/log/nginx/rd.access.log;
|
||||
|
||||
|
@ -6,7 +6,7 @@ http {
|
||||
server_tokens off;
|
||||
|
||||
server {
|
||||
listen 80 default;
|
||||
listen 80 default;
|
||||
|
||||
gzip on;
|
||||
gzip_types *;
|
||||
|
Loading…
Reference in New Issue
Block a user