Show all posts by user
Discussions in German
Page 1 of 1 Pages: 1
Results 1 - 5 of 5
Hello
I have a basic authentication inserted to my nginx server config.
location / {
# This is cool because no php is touched for static content.
# include the "?$args" part so non-default permalinks doesn't break when using query string
try_files $uri $uri/ /index.php?$args;
auth_basic "Admin Login";
by
nephilim75
-
How to...
Found a solution. Problem was a domain address conflict.
by
nephilim75
-
How to...
Hello
I am facing an issue that I cannot get fixed. I am looking for some assistance.
I try to run more than one service on my nginx server (on raspi). The default service I would like to serve is a WordPress installation which is coming up when I call https://sub.domain.com:port.
The second one should be served once I call https://sub.domain.com:port/service. This one is working well alrea
by
nephilim75
-
How to...
Ja, das habe ich mir gedacht. Meine Frage war daher, wie ich das lösen kann, um das zu beheben. Mein Ziel ist, den Service wieder starten zu können. Wie kann ich das bewerkstelligen? Bin noch neu in der Materie und bin daher auf Hilfe angwiesen.
Viele Grüße
//neph
by
nephilim75
-
German Forum
Hej zusammen,
hoffe, ich bin meinem Problem bei Euch richtig.
Ich habe mir von hier ein Conf-Script besorgt und bei mir, angepasst an meine Voraussetzungen, eingebettet. Beim Versuch danach, den nginx service zu starten, kam er nimmer hoch.
pi@raspi-nginx:~ $ sudo /etc/init.d/nginx start
[....] Starting nginx (via systemctl): nginx.serviceJob for nginx.service failed. See 'systemctl stat
by
nephilim75
-
German Forum