moved photoprism app to photos. from cloud.

This commit is contained in:
Bastian de Byl
2022-10-02 19:10:55 -04:00
parent 99a41d2a74
commit 0e9fc3edc3
11 changed files with 71 additions and 63 deletions

View File

@@ -1,21 +0,0 @@
geo $whitelisted {
default 0;
192.168.1.0/24 1;
}
server {
modsecurity on;
modsecurity_rules_file /etc/nginx/modsec_includes.conf;
listen 80;
server_name {{ cloud_server_name }};
location '/.well-known/acme-challenge' {
default_type "text/plain";
root /srv/http/letsencrypt;
}
location / {
return 302 https://$host$request_uri;
}
}