mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
02f067805b
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ server {
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
server {
|
server {
|
||||||
listen 443;
|
listen 443;
|
||||||
server_name dpaste.de;
|
server_name dpaste.de www.dpaste.de;
|
||||||
|
|
||||||
ssl on;
|
ssl on;
|
||||||
ssl_certificate /srv/dpaste.de/var/ssl/dpaste_de_unified.crt;
|
ssl_certificate /srv/dpaste.de/var/ssl/dpaste_de_unified.crt;
|
||||||
|
@ -44,7 +44,7 @@ server {
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443;
|
listen 443;
|
||||||
server_name dpaste.org;
|
server_name dpaste.org www.dpaste.org;
|
||||||
|
|
||||||
ssl on;
|
ssl on;
|
||||||
ssl_certificate /srv/dpaste.de/var/ssl/dpaste_org_unified.crt;
|
ssl_certificate /srv/dpaste.de/var/ssl/dpaste_org_unified.crt;
|
||||||
|
|
Loading…
Reference in a new issue