Test simplified Dockerfile, removed internal build

This commit is contained in:
2022-08-14 01:24:29 +02:00
parent 9cf2bb9bd8
commit c49f0816c8
2 changed files with 19 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ server {
listen [::]:5000 default_server;
# server_name request.movie;
root /opt/seasoned/public;
root /usr/share/nginx/html;
gzip on;
gzip_types application/javascript;
@@ -20,7 +20,7 @@ server {
}
location /api {
proxy_pass https://request.movie/api;
proxy_pass http://request.movie;
}
location / {