8 lines
114 B
Text
8 lines
114 B
Text
|
server {
|
||
|
listen 80;
|
||
|
server_name www.saibotk.de;
|
||
|
|
||
|
return 301 https://saibotk.de$request_uri;
|
||
|
}
|
||
|
|