mirror of
https://github.com/serialexperiments0815/Dilomarkt---Digitaler-Lokalmarkt.git
synced 2026-07-12 15:32:19 +00:00
Caddy server setup
This commit is contained in:
parent
43230cab28
commit
41f2f10498
2 changed files with 3002 additions and 0 deletions
8
Dilomarkt/Caddyfile
Normal file
8
Dilomarkt/Caddyfile
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
localhost {
|
||||||
|
# Route all API requests to Laravel backend
|
||||||
|
reverse_proxy /api/* 127.0.0.1:8000
|
||||||
|
|
||||||
|
# Route everything else to development server
|
||||||
|
reverse_proxy * 127.0.0.1:5173
|
||||||
|
}
|
||||||
|
|
||||||
2994
Dilomarkt/package-lock.json
generated
Normal file
2994
Dilomarkt/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue