Skip to content

Commit 1c30dab

Browse files
committed
Flipped
1 parent 0e4ac77 commit 1c30dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ NGINX_DEBIAN_CONFIG := --sbin-path=/usr/local/sbin/nginx --modules-path=/usr/loc
1717
NGINX_TMP_FEDORA_DIRS := /var/lib/nginx/tmp/{client_body,fastcgi,proxy,scgi,uwsgi}
1818
NGINX_TMP_DEBIAN_DIRS := /var/lib/nginx/{body,fastcgi,proxy,scgi,uwsgi}
1919

20-
ifeq ($(LINK_OS),ubuntu)
20+
ifeq ($(LINK_OS),rocky)
2121
NGINX_CONFIG := $(NGINX_FEDORA_CONFIG)
2222
NGINX_TMP_DIRS := $(NGINX_TMP_FEDORA_DIRS)
23-
else ifeq ($(LINK_OS),rocky)
23+
else ifeq ($(LINK_OS),ubuntu)
2424
NGINX_CONFIG := $(NGINX_DEBIAN_CONFIG)
2525
NGINX_TMP_DIRS := $(NGINX_TMP_DEBIAN_DIRS)
2626
else

0 commit comments

Comments
 (0)