Loading data/nginx/server.conf +14 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,20 @@ server { include cache-bust.conf; } location = /wp-comments-post.php { error_page 403 = @post-only; limit_except POST { deny all; } include fastcgi-script.conf; include cache-bust.conf; } location @post-only { add_header Allow "POST" always; return 405; } location /wp-admin/ { try_files $uri $uri/index.php; Loading Loading
data/nginx/server.conf +14 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,20 @@ server { include cache-bust.conf; } location = /wp-comments-post.php { error_page 403 = @post-only; limit_except POST { deny all; } include fastcgi-script.conf; include cache-bust.conf; } location @post-only { add_header Allow "POST" always; return 405; } location /wp-admin/ { try_files $uri $uri/index.php; Loading