Show all posts by user
Discussions in German
Page 1 of 1 Pages: 1
Results 1 - 5 of 5
Sry, Attachement seems broken, new try.
by
Klouse
-
How to...
Hello,
i tried merging my servers by putting the Location-block /fhem in the owncloud config.
Now i can reach /fhem and /owncloud, but only owncloud works like it should,
see attached Screenshot.
Thank you!
Regards,
Klaus
by
Klouse
-
How to...
Hi,
i'm just new to nginx and need help.
I wan't to activate two sites, both with listen 443 and the same certificate:
1.) Owncloud
2.) FHEM with Reverse Proxy port 8083
They're both installed on the same maschine, but i can't ghet both to work, just if i change the port for one of the config files.
owncloud-config file:
-----
upstream php-handler {
server 127.0.0.1:9000;
by
Klouse
-
How to...
Nachtrag:
owncloud-config file:
-----
upstream php-handler {
server 127.0.0.1:9000;
#server unix:/var/run/php5-fpm.sock;
}
server {
listen 80;
server_name test;
# enforce https
return 301 https://$server_name$request_uri;
}
server {
listen 443 ssl;
server_name test;
ssl_certificate /etc/ssl/nginx/test.cert;
ssl_certificate_key /etc/ssl/nginx/test.key
by
Klouse
-
German Forum
Hallo,
ich bin dabei für meine privaten Spielereien auf nginx zu wechseln,
was ich vor habe, jedoch leider daran gestern bis spät in die Nacht verzweifelte:
Ich will zwei Sites aktivieren:
beide mit Listen 443 und SSL:
1. Owncloud welches mit Location /owncloud funktioniert.
2. FHEM mit ReverseProxy von Port 8083.
Beide laufen auf demselben Debian System, auf welchem auch ngi
by
Klouse
-
German Forum