diff --git a/src/Nginx/sites/piped.conf b/src/Nginx/sites/piped.conf new file mode 100644 index 0000000..1bd8760 --- /dev/null +++ b/src/Nginx/sites/piped.conf @@ -0,0 +1,12 @@ +server { + listen 443 ssl http2; + listen [::]:443 ssl http2; + server_name piped.edgarpierre.fr pipedapi.edgarpierre.fr pipedproxy.edgarpierre.fr; + include conf/10-certbot-edgarpierre.conf; + + location / { + include conf/50-proxy.conf; + + proxy_pass http://192.168.122.133:8080; + } +}