Fixes
This commit is contained in:
parent
21bb43361c
commit
f0d87cb54c
20 changed files with 682 additions and 36 deletions
|
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 80;
|
||||
#listen [::]:80;
|
||||
server_name _;
|
||||
listen [::]:80;
|
||||
server_name _;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue