templates/configmap.yaml を更新
This commit is contained in:
@@ -51,10 +51,16 @@ data:
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
}
|
||||
|
||||
# WordPress管理画面
|
||||
location ~ ^/(wp-admin|wp-login\.php) {
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
}
|
||||
|
||||
# パーマリンク対応(投稿・固定ページ)
|
||||
location ~ ^/(.+)$ {
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
fastcgi_pass php-fpm;
|
||||
|
||||
Reference in New Issue
Block a user