Compare commits
3 Commits
820f43f74c
...
f4e712fb40
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4e712fb40 | ||
|
|
2d3ac51b1f | ||
|
|
d18a54c4f2 |
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Baikal
|
||||
slug: baikal
|
||||
version: 0.9.5
|
||||
version: 0.9.5-test
|
||||
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: services
|
||||
|
||||
@@ -21,12 +21,13 @@ server {
|
||||
|
||||
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||
location ~ ^(.+\.php)(.*)$ {
|
||||
try_files $fastcgi_script_name =404;
|
||||
include /etc/nginx/includes/fastcgi_params.conf;
|
||||
fastcgi_pass 127.0.0.1:9001;
|
||||
try_files $fastcgi_script_name =404;
|
||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||
fastcgi_pass 127.0.0.1:9001;
|
||||
fastcgi_index index.php;
|
||||
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,12 +17,13 @@ server {
|
||||
|
||||
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||
location ~ ^(.+\.php)(.*)$ {
|
||||
try_files $fastcgi_script_name =404;
|
||||
include /etc/nginx/includes/fastcgi_params.conf;
|
||||
fastcgi_pass 127.0.0.1:9001;
|
||||
try_files $fastcgi_script_name =404;
|
||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||
fastcgi_pass 127.0.0.1:9001;
|
||||
fastcgi_index index.php;
|
||||
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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user