Remove extra files.
This commit is contained in:
@ -1,24 +0,0 @@
|
||||
#Full path: /var/www/lab_app/lab_app_uwsgi.ini
|
||||
|
||||
[uwsgi]
|
||||
#application's base folder
|
||||
base = /var/www/lab_app
|
||||
|
||||
#python module to import
|
||||
app = lab_app
|
||||
module = %(app)
|
||||
|
||||
home = %(base)/venv
|
||||
pythonpath = %(base)
|
||||
|
||||
#socket file's location
|
||||
socket = /var/www/lab_app/%n.sock
|
||||
|
||||
#permissions for the socket file
|
||||
chmod-socket = 666
|
||||
|
||||
#the variable that holds a flask application inside the module imported at line #6
|
||||
callable = app
|
||||
|
||||
#location of log files
|
||||
logto = /var/log/uwsgi/%n.log
|
@ -1,9 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Static page</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>This is an example of a static page</h1>
|
||||
<p>Neat, isn’t it?</p>
|
||||
</body>
|
||||
</html>
|
@ -1,23 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Static page</title>
|
||||
<!-- Mobile Specific Metas
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- FONT
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
|
||||
<!-- CSS
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="stylesheet" href="css/normalize.css">
|
||||
<link rel="stylesheet" href="css/skeleton.css">
|
||||
<!-- Favicon
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="icon" type="image/png" href="images/favicon.png">
|
||||
</head>
|
||||
<body>
|
||||
<h1>This is an example of a static page</h1>
|
||||
<p>Neat, isn’t it?</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user