Adjustments for working deployment
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -2,12 +2,7 @@ events { }
|
||||
http {
|
||||
include mime.types;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
resolver 8.8.8.8 8.8.4.4 1.1.1.1;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri $uri/ /index.html =404;
|
||||
}
|
||||
}
|
||||
include /etc/nginx/conf.d/webserver.conf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user