docker compose
This commit is contained in:
14
geradoresfe/nginx.conf
Normal file
14
geradoresfe/nginx.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
|
||||
# Optional: gzip
|
||||
gzip on;
|
||||
gzip_types text/plain application/javascript text/css application/json image/svg+xml;
|
||||
}
|
||||
Reference in New Issue
Block a user