Install NextCloud 11 on Fedora 25 with SaltStack
-
How do we incorporate LE SSLs with this?
-
@fateknollogee said in Install NextCloud 11 on Fedora 25 with SaltStack:
How do we incorporate LE SSLs with this?
They go on the Nginx proxy like normal. Nothing special to know here.
-
@scottalanmiller And for those without a proxy?
-
@fateknollogee said in Install NextCloud 11 on Fedora 25 with SaltStack:
@scottalanmiller And for those without a proxy?
You can install nginx on the same server.
-
@fateknollogee said in Install NextCloud 11 on Fedora 25 with SaltStack:
@scottalanmiller And for those without a proxy?
Why would that ever happen?
-
Instead of finding a complicated way around the proxy, just do it right instead.
-
@black3dynamite said in Install NextCloud 11 on Fedora 25 with SaltStack:
@fateknollogee said in Install NextCloud 11 on Fedora 25 with SaltStack:
@scottalanmiller And for those without a proxy?
You can install nginx on the same server.
As the install instructions here do automatically.
-
@scottalanmiller why install a proxy when Apaches here and working what is the benefit to having a proxy on the same server. Let’s Encrypt perfectly with Apache
-
@jaredbusch said in Install NextCloud 11 on Fedora 25 with SaltStack:
@scottalanmiller why install a proxy when Apaches here and working what is the benefit to having a proxy on the same server. Let’s Encrypt perfectly with Apache
At least I'm not the only one asking.
-
@dashrender said in Install NextCloud 11 on Fedora 25 with SaltStack:
@jaredbusch said in Install NextCloud 11 on Fedora 25 with SaltStack:
@scottalanmiller why install a proxy when Apaches here and working what is the benefit to having a proxy on the same server. Let’s Encrypt perfectly with Apache
At least I'm not the only one asking.
There are things that it does better than Apache, but I just don’t see what parts of a Nextcloud instance would benefit greatly by it
-
@jaredbusch said in Install NextCloud 11 on Fedora 25 with SaltStack:
@scottalanmiller why install a proxy when Apaches here and working what is the benefit to having a proxy on the same server. Let’s Encrypt perfectly with Apache
Security and flexibility typically. Here is the admitted marketing material from Nginx on security: "Security and anonymity – By intercepting requests headed for your backend servers, a reverse proxy server protects their identities and acts as an additional defense against security attacks. It also ensures that multiple servers can be accessed from a single record locator or URL regardless of the structure of your local area network."