mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
11 lines
211 B
Plaintext
Executable File
11 lines
211 B
Plaintext
Executable File
location / {
|
|
try_files $uri $uri/ /index.html;
|
|
include include.d/nocache.conf;
|
|
}
|
|
|
|
location /static {
|
|
alias /var/www/public/static/;
|
|
include include.d/allcache.conf;
|
|
}
|
|
|
|
include "include.d/spa.conf"; |