lnmp_mit_debian_10_fuer_wordpress_herrrichten
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lnmp_mit_debian_10_fuer_wordpress_herrrichten [2021/08/10 13:18] – admin | lnmp_mit_debian_10_fuer_wordpress_herrrichten [2021/08/10 13:30] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Wordpress Installation auf nacktem VServer bei Hetzner mit Debian 10 ====== | ||
+ | |||
+ | |||
1 apt update | 1 apt update | ||
Line 35: | Line 38: | ||
| | ||
- | < | ||
server { | server { | ||
listen 80; | listen 80; | ||
Line 41: | Line 43: | ||
index index.php index.html index.htm; | index index.php index.html index.htm; | ||
server_name example.com; | server_name example.com; | ||
- | |||
access_log / | access_log / | ||
error_log / | error_log / | ||
- | |||
client_max_body_size 64M; | client_max_body_size 64M; | ||
- | |||
location / { | location / { | ||
try_files $uri $uri/ / | try_files $uri $uri/ / | ||
} | } | ||
- | |||
location ~ \.php$ { | location ~ \.php$ { | ||
try_files $uri =404; | try_files $uri =404; | ||
Line 61: | Line 59: | ||
fastcgi_index index.php; | fastcgi_index index.php; | ||
} | } | ||
- | |||
} | } | ||
- | </ | ||
| | ||
- | + | ||
| | ||
- | + | ||
| | ||
- | + | ||
| | ||
- | | + | |
+ | |||
+ | Weiter gehts mit: [[Server rudimentär absichern]] |
lnmp_mit_debian_10_fuer_wordpress_herrrichten.1628601531.txt.gz · Last modified: by admin