Nginx: Unterschied zwischen den Versionen
Erscheinungsbild
Markierung: Neue Weiterleitung |
|||
| (13 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
# | '''nginx''' - Beschreibung | ||
== Beschreibung == | |||
* [[Nginx]] | |||
* [[Nginx/Steuerung]] | |||
* [[Nginx/Konfiguration]] | |||
* [[Nginx/https]] | |||
* [[Nginx/PHP]] | |||
* [[Nginx/Sicherheit]] | |||
* [[Nginx/Problembehebung]] | |||
== Installation == | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
sudo apt install nginx | |||
</syntaxhighlight> | |||
== Aufruf == | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
=== Optionen === | |||
{| class="wikitable sortable options gnu big" | |||
|- | |||
! Unix !! GNU !! Parameter !! Beschreibung | |||
|- | |||
| || || || | |||
|- | |||
|} | |||
=== Parameter === | |||
=== Umgebungsvariablen === | |||
=== Exit-Status === | |||
{| class="wikitable options col1center big" | |||
|- | |||
! Wert !! Beschreibung | |||
|- | |||
| 0 || Erfolg | |||
|- | |||
| >0 || Fehler | |||
|} | |||
== Anwendung == | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
=== Problembehebung === | |||
== Konfiguration == | |||
=== Dateien === | |||
{| class="wikitable options big" | |||
|- | |||
! Datei !! Beschreibung | |||
|- | |||
| || | |||
|- | |||
| || | |||
|} | |||
<noinclude> | |||
== Anhang == | |||
=== Siehe auch === | |||
<div style="column-count:2"> | |||
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree> | |||
</div> | |||
---- | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}/}} | |||
=== Dokumentation === | |||
# https://nginx.org/en/docs/ | |||
; Man-Page | |||
# [https://manpages.debian.org/trixie/nginx/nginx.8.en.html nginx(8)] | |||
<!-- | |||
; Info-Pages | |||
--> | |||
=== Links === | |||
==== Projekt ==== | |||
==== Weblinks ==== | |||
{{DEFAULTSORT:nginx}} | |||
{{DISPLAYTITLE:nginx}} | |||
[[Kategorie:Nginx]] | |||
[[Kategorie:Linux/Befehl]] | |||
</noinclude> | |||
Aktuelle Version vom 27. Oktober 2025, 19:02 Uhr
nginx - Beschreibung
Beschreibung
- Nginx
- Nginx/Steuerung
- Nginx/Konfiguration
- Nginx/https
- Nginx/PHP
- Nginx/Sicherheit
- Nginx/Problembehebung
Installation
sudo apt install nginx
Aufruf
Optionen
| Unix | GNU | Parameter | Beschreibung |
|---|---|---|---|
Parameter
Umgebungsvariablen
Exit-Status
| Wert | Beschreibung |
|---|---|
| 0 | Erfolg |
| >0 | Fehler |
Anwendung
Problembehebung
Konfiguration
Dateien
| Datei | Beschreibung |
|---|---|
Anhang
Siehe auch
Dokumentation
- Man-Page
Links
Projekt
Weblinks