chore: cleaned up Nginx server_name conflicts and fixed API healthcheck port.
This commit is contained in:
@@ -10,7 +10,6 @@ server {
|
|||||||
connect.localhost
|
connect.localhost
|
||||||
svelte.localhost
|
svelte.localhost
|
||||||
dev.localhost
|
dev.localhost
|
||||||
localhost
|
|
||||||
;
|
;
|
||||||
|
|
||||||
access_log /logs/nginx/access_svelte_node.log;
|
access_log /logs/nginx/access_svelte_node.log;
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ server {
|
|||||||
~^(dev|test|bak|sr|prod)?-?(api|fastapi)\.oneskyit\.com$
|
~^(dev|test|bak|sr|prod)?-?(api|fastapi)\.oneskyit\.com$
|
||||||
api.localhost
|
api.localhost
|
||||||
fastapi.localhost
|
fastapi.localhost
|
||||||
localhost
|
|
||||||
;
|
;
|
||||||
|
|
||||||
# server_name
|
# server_name
|
||||||
|
|||||||
Reference in New Issue
Block a user