don't use 80 and 443 ports in both nginx and app

This commit is contained in:
2019-10-31 23:56:28 +01:00
parent edb958c24c
commit ce7891f2c2
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
upstream personal_api {
server app:8001;
}
server {
listen 80;
server_name api.averba.ch; location / {