Migrate cloud to new domain name
This commit is contained in:
parent
58d75c0f13
commit
c370d94d39
@ -125,7 +125,7 @@ music_user_backups_snapshots_skip_parent: true
|
||||
# --------------------------------------------------------------------------------------------------
|
||||
# music:org
|
||||
# --------------------------------------------------------------------------------------------------
|
||||
music_user_nextcloud_domain: "cloud.wojciechkozlowski.eu"
|
||||
music_user_nextcloud_domain: "cloud.thenineworlds.net"
|
||||
music_user_nextcloud_url: "https://{{ music_user_nextcloud_domain }}/public.php/webdav"
|
||||
|
||||
music_user_nextcloud_music_user: "{{ vault_music_user_nextcloud_music_user }}"
|
||||
|
@ -159,7 +159,7 @@
|
||||
services_deploy_rproxy_nginx_stream_config: "files/services/deploy/stream.conf"
|
||||
services_deploy_rproxy_nginx_subdomain_config_files:
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/archive.music.thenineworlds.net.conf"
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/cloud.wojciechkozlowski.eu.conf"
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/cloud.thenineworlds.net.conf"
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/dash.thenineworlds.net.conf"
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/database.thenineworlds.net.conf"
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/git.thenineworlds.net.conf"
|
||||
|
@ -1,7 +1,7 @@
|
||||
server {
|
||||
listen [::]:80;
|
||||
listen 80;
|
||||
server_name cloud.wojciechkozlowski.eu;
|
||||
server_name cloud.thenineworlds.net;
|
||||
|
||||
location ^~ /.well-known {
|
||||
allow all;
|
||||
@ -16,11 +16,11 @@ server {
|
||||
server {
|
||||
listen [::]:8443 ssl proxy_protocol;
|
||||
listen 8443 ssl proxy_protocol;
|
||||
server_name cloud.wojciechkozlowski.eu;
|
||||
server_name cloud.thenineworlds.net;
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/cloud.wojciechkozlowski.eu/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/cloud.wojciechkozlowski.eu/privkey.pem;
|
||||
ssl_trusted_certificate /etc/letsencrypt/live/cloud.wojciechkozlowski.eu/chain.pem;
|
||||
ssl_certificate /etc/letsencrypt/live/cloud.thenineworlds.net/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/cloud.thenineworlds.net/privkey.pem;
|
||||
ssl_trusted_certificate /etc/letsencrypt/live/cloud.thenineworlds.net/chain.pem;
|
||||
|
||||
set_real_ip_from {{ services_all_services.rproxy.inet_address }};
|
||||
set_real_ip_from {{ services_all_services.rproxy.inet6_address }};
|
@ -88,7 +88,7 @@
|
||||
services_deploy_rproxy_nginx_stream_config: "files/services/deploy/stream.conf"
|
||||
services_deploy_rproxy_nginx_subdomain_config_files:
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/archive.music.thenineworlds.net.conf"
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/cloud.wojciechkozlowski.eu.conf"
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/cloud.thenineworlds.net.conf"
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/dash.thenineworlds.net.conf"
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/database.thenineworlds.net.conf"
|
||||
- "files/services/deploy/lrproxy/nginx-conf.d/git.thenineworlds.net.conf"
|
||||
|
Loading…
Reference in New Issue
Block a user