mirror of
https://github.com/hassio-addons/addon-bookstack.git
synced 2025-05-06 20:21:27 +00:00
5 lines
No EOL
123 B
Text
5 lines
No EOL
123 B
Text
location ~ \.php$ {
|
|
fastcgi_pass 127.0.0.1:9001;
|
|
fastcgi_index index.php;
|
|
include fastcgi.conf;
|
|
} |