Skip to content

Commit fcae789

Browse files
committed
Reorganize nginx config files
1 parent 43dad7d commit fcae789

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

arion-compose.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ in {
2525
ports = [ "8080:80" ];
2626
volumes = [
2727
"${toString ./.}/nft-marketplace/build:/usr/share/nginx/html"
28-
"${toString ./.}/config/nginx.conf:/etc/nginx/nginx.conf"
29-
"${toString ./.}/config/nginx-default.conf:/etc/nginx/conf.d/default.conf"
28+
"${toString ./.}/config/nginx/nginx.conf:/etc/nginx/nginx.conf"
29+
"${toString ./.}/config/nginx/conf.d:/etc/nginx/conf.d"
3030
];
3131
healthcheck = {
3232
test = [
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)