Compare commits
15 Commits
f76c2545ea
...
b70ccb6e4c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b70ccb6e4c | ||
|
|
a65790654e | ||
|
|
5c9813fb64 | ||
|
|
d79eb93b0b | ||
|
|
c41c3a4853 | ||
|
|
8bd1fba2bb | ||
|
|
491fe7d044 | ||
|
|
ce61f979e1 | ||
|
|
e18164f6f6 | ||
|
|
4487382823 | ||
|
|
3c393bec89 | ||
|
|
74372151be | ||
|
|
0b03b9fece | ||
|
|
c26bbe0f03 | ||
|
|
667afdabe2 |
@@ -4,7 +4,7 @@ slug: baikal
|
||||
version: 0.9.5
|
||||
description: Baikal is a Cal and CardDAV server, based on sabre/dav, that includes an administrative interface for easy management.
|
||||
url: https://github.com/d-two/hassio-addons
|
||||
startup: application
|
||||
startup: services
|
||||
init: false
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
arch:
|
||||
|
||||
@@ -21,13 +21,12 @@ server {
|
||||
|
||||
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||
location ~ ^(.+\.php)(.*)$ {
|
||||
fastcgi_pass 127.0.0.1:9001;
|
||||
try_files $fastcgi_script_name =404;
|
||||
try_files $fastcgi_script_name =404;
|
||||
include /etc/nginx/includes/fastcgi_params.conf;
|
||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_pass 127.0.0.1:9001;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
include /etc/nginx/includes/fastcgi_params.conf;
|
||||
}
|
||||
|
||||
# Deny access to Apache httpd .htaccess files, see https://github.com/JsBergbau/BaikalAnleitung#webserver-konfiguration
|
||||
|
||||
@@ -17,13 +17,12 @@ server {
|
||||
|
||||
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||
location ~ ^(.+\.php)(.*)$ {
|
||||
fastcgi_pass 127.0.0.1:9001;
|
||||
try_files $fastcgi_script_name =404;
|
||||
try_files $fastcgi_script_name =404;
|
||||
include /etc/nginx/includes/fastcgi_params.conf;
|
||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_pass 127.0.0.1:9001;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
include /etc/nginx/includes/fastcgi_params.conf;
|
||||
}
|
||||
|
||||
# Deny access to Apache httpd .htaccess files, see https://github.com/JsBergbau/BaikalAnleitung#webserver-konfiguration
|
||||
|
||||
Reference in New Issue
Block a user