Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyaindigo authored Jul 6, 2022
1 parent 967771d commit d5654eb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions default
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
server {
listen 80 default_server;
listen [::]:80 default_server;
location / {
return 301 https://$host$request_uri;
}
}
server {
listen 443 ssl http2 reuseport backlog=131072 fastopen=256;
listen [::]:443 ssl http2 reuseport backlog=131072 fastopen=256;
Expand Down

0 comments on commit d5654eb

Please sign in to comment.