taking out landing page from reverse proxy
This commit is contained in:
@@ -2,27 +2,6 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
server {
|
||||
listen 80;
|
||||
server_name flowy.live www.flowy.live;
|
||||
|
||||
location / {
|
||||
proxy_pass http://192.168.50.103;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name flowy.live www.flowy.live;
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/flowy.live/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/flowy.live/privkey.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://192.168.50.103;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name registry.flowy.live;
|
||||
|
||||
Reference in New Issue
Block a user