Commit files
This commit is contained in:
@@ -0,0 +1 @@
|
||||
import seccodesmith.pl/*.conf
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user