Update wordpress config and readme

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2022-11-27 11:39:16 +01:00
parent ea7eed75de
commit eab8f12c7a
4 changed files with 12 additions and 7 deletions

View File

@ -29,6 +29,7 @@ server {
#proxy_set_header X-Forwarded-Host $host:$server_port;
#proxy_set_header X-Forwarded-Server $host;
#proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
#proxy_set_header X-Forwarded-Ssl on;
# Uncomment if you want to enable proxy cache
#proxy_cache PROXY;

View File

@ -12,7 +12,7 @@ server {
listen 80;
listen [::]:80;
server_name bensuperpc.org www.bensuperpc.org;
server_name bensuperpc.org www.bensuperpc.org wordpress.bensuperpc.org www.wordpress.bensuperpc.org;
location ~ /.well-known/acme-challenge {
allow all;
@ -28,7 +28,7 @@ server {
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name bensuperpc.org www.bensuperpc.org;
server_name bensuperpc.org www.bensuperpc.org wordpress.bensuperpc.org www.wordpress.bensuperpc.org;
root /var/www/html;
index index.php index.html index.htm;