Skip to content

Commit c4b3f3f

Browse files
committed
Allow all IPs access to static assets
1 parent 6ec5e69 commit c4b3f3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.nomad/conf/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ server {
2525

2626
location ~ ^/(?:vendor/|storage/|docs/|favicon.ico$|robots.txt$) {
2727
expires modified 1w;
28+
allow all;
2829
}
2930

3031
location ~* (?:wp-content|wp-admin|wp-login.php|xmlrpc.php|adminer|phpinfo|_profiler|/\.) {

0 commit comments

Comments
 (0)