Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Mar 1, 2023
1 parent 9e8ec34 commit f5d402f
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion 7.1-nginx-prod/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 7.1-nginx/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 7.2-nginx-prod/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 7.2-nginx/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 7.3-nginx-prod/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 7.3-nginx/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 7.4-nginx-prod/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 7.4-nginx/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 8.0-nginx-prod/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 8.0-nginx/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 8.1-nginx-prod/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 8.1-nginx/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 8.2-nginx-prod/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion 8.2-nginx/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server {
listen {{ .Env.NGINX_LISTEN }} default_server;
server_name _;
{{ if isTrue .Env.NGINX_HTTPS }}

listen {{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate {{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key {{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down
1 change: 0 additions & 1 deletion template/default-tmpl.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
listen @{{ .Env.NGINX_LISTEN }} default_server;
server_name _;
@{{ if isTrue .Env.NGINX_HTTPS }}
{{-- SSL --}}
listen @{{ .Env.NGINX_LISTEN_HTTPS }} ssl http2;
ssl_certificate @{{ .Env.NGINX_HTTPS_CERT }};
ssl_certificate_key @{{ .Env.NGINX_HTTPS_CERT_KEY }};
Expand Down

0 comments on commit f5d402f

Please sign in to comment.