Add piped rc to nginx sites
This commit is contained in:
parent
5536647883
commit
7cbf48f168
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name piped.edgarpierre.fr pipedapi.edgarpierre.fr pipedproxy.edgarpierre.fr;
|
server_name piped.edgarpierre.fr pipedapi.edgarpierre.fr pipedproxy.edgarpierre.fr pipedrc.edgarpierre.fr;
|
||||||
include conf/10-certbot-edgarpierre.conf;
|
include conf/10-certbot-edgarpierre.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
Loading…
Reference in a new issue