Commit files

This commit is contained in:
Mateusz Pieła
2025-05-27 18:17:50 +02:00
commit 9d161f7954
8 changed files with 28 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
import sites/*.conf
+1
View File
@@ -0,0 +1 @@
import seccodesmith.pl/*.conf
+1
View File
@@ -0,0 +1 @@
tls /etc/letsencrypt/live/seccodesmith.pl/fullchain.pem /etc/letsencrypt/live/seccodesmith.pl/privkey.pem
@@ -0,0 +1,4 @@
drive.seccodesmith.pl {
import certs
reverse_proxy nextcloud:80
}
@@ -0,0 +1,4 @@
email.seccodesmith.pl {
import certs
reverse_proxy roundcubemail:80
}
@@ -0,0 +1,4 @@
git.seccodesmith.pl {
import certs
reverse_proxy gitea:3000
}
@@ -0,0 +1,4 @@
jenkins.seccodesmith.pl {
import certs
reverse_proxy jenkins:8080
}
@@ -0,0 +1,9 @@
www.seccodesmith.pl seccodesmith.pl {
import certs
root /sites/seccodesmith.pl/
reverse_proxy /pgadmin/* pgadmin:80 {
header_up X-Real-IP {remote_host}
header_up X-Script-Name /pgadmin
}
}