UNPKG

guz-deploy

Version:

this a fast start deployment ci/cd standard docker swarm server and caddy

24 lines (19 loc) 640 B
server { listen 80; server_name cancun-dinearound.dwitsites.com sendfile on; default_type application/octet-stream; gzip on; gzip_comp_level 6; gzip_vary on; gzip_min_length 1000; gzip_proxied any; gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript; gzip_buffers 16 8k; gunzip on; location / { root /usr/share/nginx/html; try_files $uri $uri/ /index.html; index index.html index.htm; } }