We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec5e69 commit c4b3f3fCopy full SHA for c4b3f3f
1 file changed
.nomad/conf/nginx.conf
@@ -25,6 +25,7 @@ server {
25
26
location ~ ^/(?:vendor/|storage/|docs/|favicon.ico$|robots.txt$) {
27
expires modified 1w;
28
+ allow all;
29
}
30
31
location ~* (?:wp-content|wp-admin|wp-login.php|xmlrpc.php|adminer|phpinfo|_profiler|/\.) {
0 commit comments