Skip to content

Commit 3d46ae5

Browse files
committed
Update nginx.conf.template
1 parent 121aeaf commit 3d46ae5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nginx/templates/nginx.conf.template

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ server {
127127
try_files $uri /index.php$is_args$args;
128128
}
129129

130-
location /wp-admin/ {
131-
try_files $uri /wp-admin/index.php$is_args$args;
132-
}
133-
134130
location ~ [^/]\.php(/|$) {
135131
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
136132
if (!-f $document_root$fastcgi_script_name) {

0 commit comments

Comments
 (0)