- Cleaned organizr

- Added py-kms windows activation server
This commit is contained in:
kjeld Schouten-Lebbing
2020-02-29 17:26:27 +01:00
parent 813eafcfbd
commit ba923083e9
3 changed files with 53 additions and 0 deletions

View File

@ -5,6 +5,7 @@ proxy_connect_timeout 240;
client_header_timeout 240;
client_body_timeout 240;
location / {
root /usr/local/www/Organizr;
index index.php index.html index.htm index.nginx-debian.html;
@ -17,6 +18,7 @@ location / {
include custom/phpblock.conf; #PHP Block
}
location /transmission/ {
auth_request /auth-0;
add_header X-Frame-Options "SAMEORIGIN";