don't use 80 and 443 ports in both nginx and app
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
upstream personal_api {
|
||||
server app:8001;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name api.averba.ch; location / {
|
||||
|
||||
Reference in New Issue
Block a user