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