mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-21 01:50:34 -07:00
Fix typo
This commit is contained in:
parent
f1db9f9f95
commit
9bb3c828aa
@ -36,7 +36,7 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
server_name your.domain;
|
server_name your.domain;
|
||||||
root /path/to/secret-snapdrop/client;
|
root /path/to/snapdrop/client;
|
||||||
|
|
||||||
# Load configuration files for the default server block.
|
# Load configuration files for the default server block.
|
||||||
include /etc/nginx/default.d/*.conf;
|
include /etc/nginx/default.d/*.conf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user