mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-21 22:29:39 +02:00
15 lines
153 B
Text
15 lines
153 B
Text
|
{
|
||
|
auto_https off
|
||
|
}
|
||
|
|
||
|
:80 {
|
||
|
root * /srv
|
||
|
encode gzip
|
||
|
uri strip_suffix /
|
||
|
|
||
|
handle {
|
||
|
try_files {path} {path}/ /index.html
|
||
|
file_server
|
||
|
}
|
||
|
|
||
|
}
|