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