Dokumentasi Instalasi Server
//Untuk menginstalasi web server statis digunakan
apt-get install nginx
edit /etc/nginx/sites-available/default
Tambahkan
//location / {
root /usr/share/nginx/html;
index index.php index.html index.htm;
//Untuk mengatasi error setelah direstart tambahkan autoindex on;
//Uncomment baris berikut
error_page 404 /404.html;
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
location ~ .php$ {
try_files
-
Notifications
You must be signed in to change notification settings - Fork 3
yosuaalvin/pornfilter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Porn Filtering Django Application
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published