feat: add erpstaging.schaunwama.de reverse proxy to frappe docker
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5927fa97c4
commit
25cc47e7d6
1 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,14 @@
|
||||||
admin off
|
admin off
|
||||||
}
|
}
|
||||||
|
|
||||||
|
erpstaging.schaunwama.de {
|
||||||
|
reverse_proxy 172.18.0.1:8080 {
|
||||||
|
header_up Host {host}
|
||||||
|
header_up X-Forwarded-For {remote_host}
|
||||||
|
header_up X-Forwarded-Proto {scheme}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ss3k.schaunwama.de {
|
ss3k.schaunwama.de {
|
||||||
root * /var/www/public
|
root * /var/www/public
|
||||||
php_fastcgi app:9000
|
php_fastcgi app:9000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue