Skip to content

Commit

Permalink
chore(nginx): remove redundand =
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Mar 17, 2023
1 parent aa6a7ec commit f479bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/www-standalone/resources/config/nodejs.org
Expand Up @@ -28,7 +28,7 @@ server {
index index.html;
add_header Cache-Control "public, max-age=3600, s-maxage=14400";

error_page 404 = /404.html;
error_page 404 /404.html;

location ~ ^/(?!(dist/|dist$|\.json$)) {
rewrite ^ https://$host$uri permanent;
Expand Down Expand Up @@ -90,7 +90,7 @@ server {
index index.html;
add_header Cache-Control "public, max-age=3600, s-maxage=14400";

error_page 404 = @localized_404;
error_page 404 @localized_404;

location = / {
rewrite ^ /en break;
Expand Down

0 comments on commit f479bfd

Please sign in to comment.