server {
listen 8085;
listen [::]:8085;
server_name 124.222.147.251;
root /var/www/html/dist;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
location ~* \\.(js|css|png|jpg|jpeg|gif|ico|svg)$ {
expires max;
log_not_found off;
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Yet another vocabculary builder.
jcglqmoyx/vocab-builder-frontend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Yet another vocabculary builder.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published