Compare commits
No commits in common. "cddn-domain-migration" and "main" have entirely different histories.
cddn-domai
...
main
2 changed files with 1 additions and 13 deletions
|
@ -1,12 +1,6 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name cddn.ixvd.net;
|
||||
rewrite ^/(.*)$ https://cddn-webwinkel.nl permanent;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name cddn-webwinkel.nl;
|
||||
server_name cddn.ixvd.net;
|
||||
|
||||
# SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!
|
||||
|
||||
|
|
6
dc.sh
6
dc.sh
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
docker-compose \
|
||||
-f "docker-compose.wordpress.yml" \
|
||||
-f "docker-compose.yml" \
|
||||
$@
|
Loading…
Reference in a new issue