mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:49:02 +00:00
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
server {
|
|
listen 80 default_server;
|
|
|
|
root /usr/share/nginx/html;
|
|
|
|
location / {
|
|
try_files $uri /index.html;
|
|
}
|
|
} |