Files
subdominio.clube67.com/frontend/nginx.conf
T

2 lines
119 B
Nginx Configuration File

server { listen 3014; location / { root /usr/share/nginx/html; index index.html; try_files $uri $uri/ /index.html; } }