Change domains
This commit is contained in:
parent
827c716ae6
commit
d647955196
7 changed files with 27 additions and 25 deletions
containers
volumes
|
@ -32,4 +32,4 @@ podman-default-create \
|
|||
-v $container_s_volumes_dir:/root:Z \
|
||||
--label "io.containers.autoupdate=registry" \
|
||||
$image \
|
||||
hbbs -r mo8it.xyz:21117 -k _
|
||||
hbbs -r mo8it.com:21117 -k _
|
||||
|
|
11
volumes/nginx/conf.d/how-to-linux.mo8it.com.conf
Normal file
11
volumes/nginx/conf.d/how-to-linux.mo8it.com.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name how-to-linux.mo8it.com;
|
||||
|
||||
location / {
|
||||
root /volumes/sites/how-to-linux.mo8it.com;
|
||||
index index.html;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name how-to-linux.mo8it.xyz;
|
||||
|
||||
location / {
|
||||
root /volumes/sites/how-to-linux.mo8it.xyz;
|
||||
index index.html;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
}
|
11
volumes/nginx/conf.d/juna-li.com.conf
Normal file
11
volumes/nginx/conf.d/juna-li.com.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name juna-li.com;
|
||||
|
||||
location / {
|
||||
root /volumes/sites/juna-li.com;
|
||||
index index.html;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name xueyue-li.art www.xueyue-li.art;
|
||||
|
||||
location / {
|
||||
root /volumes/sites/xueyue-li.art;
|
||||
index index.html;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name yinghong-massage.de www.yinghong-massage.de;
|
||||
server_name yinghong-massage.de;
|
||||
|
||||
location / {
|
||||
root /volumes/sites/yinghong-massage.de;
|
||||
|
|
|
@ -15,9 +15,11 @@ entryPoints:
|
|||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
|
||||
websecure:
|
||||
address: :443
|
||||
http:
|
||||
tls:
|
||||
certResolver: le
|
||||
|
||||
certificatesResolvers:
|
||||
le:
|
||||
|
|
Loading…
Add table
Reference in a new issue