mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Update Caddyfile
This commit is contained in:
parent
12376096df
commit
f16a605c35
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
{$TP_HOST} { # Set your host manually if you are not using Docker
|
{$TP_HOST} { # Set your host manually if you are not using Docker
|
||||||
root * /app # Set your web root manually if you are not using Docker
|
root * /app # Set your web root manually if you are not using Docker
|
||||||
encode gzip zstd
|
encode gzip zstd
|
||||||
php_fastcgi unix//run/php/php-fpm.sock
|
php_fastcgi app:9000 # Used for Docker
|
||||||
|
# php_fastcgi unix//run/php/php-fpm.sock
|
||||||
try_files {path} {path}/ /index.php?{query}
|
try_files {path} {path}/ /index.php?{query}
|
||||||
file_server
|
file_server
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue