forked from yaso_meth/mih-project
nginx to point to ui container
This commit is contained in:
@@ -45,12 +45,10 @@ http {
|
||||
server {
|
||||
listen 80 default_server;
|
||||
|
||||
server_name mzansi-innovation-hub.co.za;
|
||||
server_name mzansi-innovation-hub.co.za www.mzansi-innovation-hub.co.za;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
try_files $uri $uri/ =404;
|
||||
proxy_pass http://MIH-UX:83/;
|
||||
}
|
||||
location ~ /.well-known/acme-challenge/ {
|
||||
root /var/www/certbot;
|
||||
|
||||
Reference in New Issue
Block a user