1
Fork 0

Add piped rc to nginx sites

This commit is contained in:
Edgar P. Burkhart 2023-05-30 18:36:12 +02:00
parent 5536647883
commit 7cbf48f168
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
server {
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;
location / {