6 lines
93 B
Nginx Configuration File
6 lines
93 B
Nginx Configuration File
server {
|
|
root /var/www/clippable;
|
|
index index.html;
|
|
server_name clippable.shockrah.xyz;
|
|
}
|