server/https.conf

This commit is contained in:
Marc Beninca 2019-08-15 12:39:31 +02:00
parent bb31e52f7e
commit ae045e0b71

View file

@ -436,7 +436,6 @@ Sites
::
server {
include https.conf;
include rwx.work.conf;
server_name .rwx.work;
location / {
@ -445,7 +444,6 @@ Sites
}
server {
include https.conf;
include rwx.work.conf;
server_name deb.rwx.work;
root /d/mirrors/apt-mirror/debian;
@ -453,14 +451,12 @@ Sites
}
server {
include https.conf;
include rwx.work.conf;
server_name docs.rwx.work;
root /d/projects/docs/out/docs;
}
server {
include https.conf;
include rwx.work.conf;
server_name todo.rwx.work;
root /d/projects/todo;
@ -473,6 +469,7 @@ Certificate
::
include https.conf;
ssl_certificate rwx.work.crt;
ssl_certificate_key rwx.work.key;